summaryrefslogtreecommitdiff
path: root/usr.bin/systat/disks.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/systat/disks.c')
-rw-r--r--usr.bin/systat/disks.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/systat/disks.c b/usr.bin/systat/disks.c
index 44123aa7a5d..8c8fa8a8d5e 100644
--- a/usr.bin/systat/disks.c
+++ b/usr.bin/systat/disks.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: disks.c,v 1.11 2001/12/07 07:57:35 pvalchev Exp $ */
+/* $OpenBSD: disks.c,v 1.12 2001/12/07 09:18:08 deraadt Exp $ */
/* $NetBSD: disks.c,v 1.4 1996/05/10 23:16:33 thorpej Exp $ */
/*-
@@ -38,11 +38,12 @@
#if 0
static char sccsid[] = "@(#)disks.c 8.1 (Berkeley) 6/6/93";
#endif
-static char rcsid[] = "$OpenBSD: disks.c,v 1.11 2001/12/07 07:57:35 pvalchev Exp $";
+static char rcsid[] = "$OpenBSD: disks.c,v 1.12 2001/12/07 09:18:08 deraadt Exp $";
#endif /* not lint */
#include <string.h>
#include <ctype.h>
+#include <signal.h>
#include "systat.h"
#include "extern.h"
static void dkselect(char *args, int truefalse, int selections[]);