diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-03-30 23:48:40 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-03-30 23:48:40 +0000 |
commit | 077c78b684a92f7ac796bec76c846e98c6f57a0d (patch) | |
tree | 2c8557fe81871866c719b8eac759da7fb5087bfc | |
parent | 875e8c358446b221ec26ef74163d817beac5e997 (diff) |
i am stunned how little was needed to make lint happy in this
terrible place
-rw-r--r-- | usr.sbin/iostat/iostat.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/iostat/iostat.c b/usr.sbin/iostat/iostat.c index e5570a7a29e..e2bdf885660 100644 --- a/usr.sbin/iostat/iostat.c +++ b/usr.sbin/iostat/iostat.c @@ -1,4 +1,4 @@ -/* $OpenBSD: iostat.c,v 1.23 2006/03/13 19:31:07 otto Exp $ */ +/* $OpenBSD: iostat.c,v 1.24 2006/03/30 23:48:39 deraadt Exp $ */ /* $NetBSD: iostat.c,v 1.10 1996/10/25 18:21:58 scottr Exp $ */ /* @@ -202,6 +202,7 @@ main(int argc, char *argv[]) exit(0); } +/*ARGSUSED*/ static void sigheader(int signo) { |