summaryrefslogtreecommitdiff
path: root/components/uptime.c
diff options
context:
space:
mode:
Diffstat (limited to 'components/uptime.c')
-rw-r--r--components/uptime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/uptime.c b/components/uptime.c
index fc3d204..99d1eda 100644
--- a/components/uptime.c
+++ b/components/uptime.c
@@ -15,7 +15,7 @@
#endif
const char *
-uptime(void)
+uptime(const char *unused)
{
char warn_buf[256];
uintmax_t h, m;