diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-06-14 00:39:34 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-06-14 00:39:34 +0000 |
commit | 1cfdb7c76b25c30ca5febc1057aee3b07bfd91e1 (patch) | |
tree | a17f99aca4b3f059b5199a4b729e17c5a83aa932 /usr.bin | |
parent | 3de41aa92300c7caf64bbe07bc6d414c7bb00ddc (diff) |
remove debug message
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/vmstat/vmstat.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/vmstat/vmstat.c b/usr.bin/vmstat/vmstat.c index 3c24ac8e89d..35cb88b7c42 100644 --- a/usr.bin/vmstat/vmstat.c +++ b/usr.bin/vmstat/vmstat.c @@ -1,5 +1,5 @@ /* $NetBSD: vmstat.c,v 1.29.4.1 1996/06/05 00:21:05 cgd Exp $ */ -/* $OpenBSD: vmstat.c,v 1.85 2004/06/14 00:38:02 deraadt Exp $ */ +/* $OpenBSD: vmstat.c,v 1.86 2004/06/14 00:39:33 deraadt Exp $ */ /* * Copyright (c) 1980, 1986, 1991, 1993 @@ -40,7 +40,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)vmstat.c 8.1 (Berkeley) 6/6/93"; #else -static const char rcsid[] = "$OpenBSD: vmstat.c,v 1.85 2004/06/14 00:38:02 deraadt Exp $"; +static const char rcsid[] = "$OpenBSD: vmstat.c,v 1.86 2004/06/14 00:39:33 deraadt Exp $"; #endif #endif /* not lint */ @@ -235,7 +235,7 @@ main(int argc, char *argv[]) #ifdef __i386__ if (c == 1 && namelist[X_APICINTRHAND].n_value == 0) - printf("huh\n"); + ; else #endif if (c > 0) { |