summaryrefslogtreecommitdiff
path: root/src/uptime.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uptime.h')
-rw-r--r--src/uptime.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/uptime.h b/src/uptime.h
index 74e0afe..12ee668 100644
--- a/src/uptime.h
+++ b/src/uptime.h
@@ -1,9 +1,7 @@
#ifndef UPTIME_H
#define UPTIME_H
-#ifndef __NetBSD__
void display_days();
-#endif
void display_time();
#endif