Implement uptime

Move utmp struct from users to common/utmpx.rs
This commit is contained in:
José Neder
2014-03-18 09:42:44 -03:00
parent 786b39019b
commit ef4a5e965d
5 changed files with 270 additions and 83 deletions
+2 -1
View File
@@ -39,7 +39,8 @@ UNIX_PROGS := \
whoami \
tty \
groups \
id
id \
uptime
ifneq ($(OS),Windows_NT)
PROGS := $(PROGS) $(UNIX_PROGS)