summaryrefslogtreecommitdiffstats
path: root/usr.sbin/iostat
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2006-03-30 23:48:39 +0000
committerderaadt <deraadt@openbsd.org>2006-03-30 23:48:39 +0000
commit9d591baf7ee166066d15041aaff8abb0e673a370 (patch)
tree66782e6a16ad5535988a8f0e5b1cd0f7cf437c73 /usr.sbin/iostat
parentadd temporary files to the worklist before creating them, this prevents (diff)
downloadwireguard-openbsd-9d591baf7ee166066d15041aaff8abb0e673a370.tar.xz
wireguard-openbsd-9d591baf7ee166066d15041aaff8abb0e673a370.zip
i am stunned how little was needed to make lint happy in this
terrible place
Diffstat (limited to 'usr.sbin/iostat')
-rw-r--r--usr.sbin/iostat/iostat.c3
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)
{