summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
author諏訪子 <suwako@076.moe>2024-06-18 19:54:12 +0900
committer諏訪子 <suwako@076.moe>2024-06-18 19:54:12 +0900
commit79285280a55c9a420947620ae20d327563f9ce78 (patch)
treeb24bc237b45cb60ba4b9ce64ea951a37fc9cbcee /main.c
parentf28ae18cbc5a062557cf52d3ce2e08f815fe83d9 (diff)
.
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++;