aboutsummaryrefslogtreecommitdiff
path: root/toys/other/uptime.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/other/uptime.c')
-rw-r--r--toys/other/uptime.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/toys/other/uptime.c b/toys/other/uptime.c
index 83fb6b1e..dfd62b6c 100644
--- a/toys/other/uptime.c
+++ b/toys/other/uptime.c
@@ -3,8 +3,6 @@
* uptime.c - Tell how long the system has been running.
*
* Copyright 2012 Elie De Brauwer <eliedebrauwer@gmail.com>
- *
- * Not in SUSv4.
USE_UPTIME(NEWTOY(uptime, NULL, TOYFLAG_USR|TOYFLAG_BIN))