diff options
Diffstat (limited to 'usr.bin/systat/fetch.c')
-rw-r--r-- | usr.bin/systat/fetch.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/systat/fetch.c b/usr.bin/systat/fetch.c index 445fdf1f203..5999d07a363 100644 --- a/usr.bin/systat/fetch.c +++ b/usr.bin/systat/fetch.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fetch.c,v 1.4 2001/12/07 07:57:35 pvalchev Exp $ */ +/* $OpenBSD: fetch.c,v 1.5 2001/12/07 09:18:08 deraadt Exp $ */ /* $NetBSD: fetch.c,v 1.2 1995/01/20 08:51:56 jtc Exp $ */ /*- @@ -38,10 +38,11 @@ #if 0 static char sccsid[] = "@(#)fetch.c 8.1 (Berkeley) 6/6/93"; #endif -static char rcsid[] = "$OpenBSD: fetch.c,v 1.4 2001/12/07 07:57:35 pvalchev Exp $"; +static char rcsid[] = "$OpenBSD: fetch.c,v 1.5 2001/12/07 09:18:08 deraadt Exp $"; #endif /* not lint */ #include <sys/types.h> +#include <signal.h> #include "systat.h" #include "extern.h" @@ -54,7 +55,6 @@ kvm_ckread(a, b, l) if (verbose) error("error reading kmem at %x\n", a); return (0); - } - else + } else return (1); } |