mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-15 21:44:36 +03:00
Add uptime calculation code.
This commit is contained in:
@ -43,12 +43,10 @@ endif
|
||||
|
||||
if HTOP_FREEBSD
|
||||
myhtopplatsources = freebsd/Platform.c freebsd/FreeBSDProcessList.c \
|
||||
freebsd/FreeBSDCRT.c \
|
||||
freebsd/UptimeMeter.c
|
||||
freebsd/FreeBSDCRT.c
|
||||
|
||||
myhtopplatheaders = freebsd/Platform.h freebsd/FreeBSDProcessList.h \
|
||||
freebsd/FreeBSDCRT.h \
|
||||
freebsd/UptimeMeter.h
|
||||
freebsd/FreeBSDCRT.h
|
||||
endif
|
||||
|
||||
if HTOP_UNSUPPORTED
|
||||
|
Reference in New Issue
Block a user