1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 03:57:44 +00:00

Implement uptime

Move utmp struct from users to common/utmpx.rs
This commit is contained in:
José Neder 2014-03-18 09:17:32 -03:00
parent 786b39019b
commit ef4a5e965d
5 changed files with 270 additions and 83 deletions

View file

@ -39,7 +39,8 @@ UNIX_PROGS := \
whoami \
tty \
groups \
id
id \
uptime
ifneq ($(OS),Windows_NT)
PROGS := $(PROGS) $(UNIX_PROGS)