diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2018-01-04 17:44:21 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2018-01-04 17:44:21 +0000 |
commit | 15ab8bce3caa02b39f38ab9ebfce372079aa7f0c (patch) | |
tree | 849bceaade1a8651021c154f6d124b58189ef0ab /usr.bin/top/display.c | |
parent | 6ff1aa1883de94415f31b99519855055037485cb (diff) |
glaring KNF violation
Diffstat (limited to 'usr.bin/top/display.c')
-rw-r--r-- | usr.bin/top/display.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/top/display.c b/usr.bin/top/display.c index 2b2e678b63f..c9bd7064a75 100644 --- a/usr.bin/top/display.c +++ b/usr.bin/top/display.c @@ -1,4 +1,4 @@ -/* $OpenBSD: display.c,v 1.53 2017/12/18 05:51:53 cheloha Exp $ */ +/* $OpenBSD: display.c,v 1.54 2018/01/04 17:44:20 deraadt Exp $ */ /* * Top users/processes display for Unix @@ -205,6 +205,7 @@ display_init(struct statics * statics) /* return number of lines available */ return (display_lines); } + static void format_uptime(char *buf, size_t buflen) { |