aboutsummaryrefslogtreecommitdiff
path: root/procps/uptime.c
diff options
context:
space:
mode:
Diffstat (limited to 'procps/uptime.c')
-rw-r--r--procps/uptime.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/procps/uptime.c b/procps/uptime.c
index 37c9d449a..3573ffe73 100644
--- a/procps/uptime.c
+++ b/procps/uptime.c
@@ -25,6 +25,7 @@
25#define LOAD_FRAC(x) LOAD_INT(((x) & (FIXED_1-1)) * 100) 25#define LOAD_FRAC(x) LOAD_INT(((x) & (FIXED_1-1)) * 100)
26 26
27 27
28int uptime_main(int argc, char **argv);
28int uptime_main(int argc, char **argv) 29int uptime_main(int argc, char **argv)
29{ 30{
30 int updays, uphours, upminutes; 31 int updays, uphours, upminutes;