Uptime meter for FreeBSD.

This will produce too much replicated code.
I think I'll use a lighter abstraction in things like this.
This commit is contained in:
Hisham Muhammad
2014-11-27 19:33:37 -02:00
parent 79662291fa
commit a9f05c2a8b
3 changed files with 39 additions and 4 deletions

View File

@ -45,10 +45,12 @@ endif
if HTOP_FREEBSD
myhtopplatsources = freebsd/Platform.c freebsd/FreeBSDProcessList.c \
freebsd/FreeBSDCRT.c
freebsd/FreeBSDCRT.c \
freebsd/UptimeMeter.c
myhtopplatheaders = freebsd/Platform.h freebsd/FreeBSDProcessList.h \
freebsd/FreeBSDCRT.h
freebsd/FreeBSDCRT.h \
freebsd/UptimeMeter.h
endif
if HTOP_UNSUPPORTED