summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/main.c b/main.c
index 6e67c17..69a62fe 100644
--- a/main.c
+++ b/main.c
@@ -96,10 +96,8 @@ int main(int argc, char *argv[]) {
printf("%s ", LOGO[lc]);
printf(COLOR"%s%s"RESET, "Uptime", ": ");
-#ifndef __NetBSD__
display_days();
printf(", ");
-#endif
display_time();
printf("\n");
lc++;