summaryrefslogtreecommitdiff
path: root/usr.bin/kdump
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>1997-08-29 05:30:15 +0000
committerWarner Losh <imp@FreeBSD.org>1997-08-29 05:30:15 +0000
commit228f50a90c03088066d876b02657d89a13880757 (patch)
tree7bc1b95dcd0b73ab85415f25c2a49a5db206286c /usr.bin/kdump
parent4a796f06acb443b965b3c5681305648088812d9c (diff)
Notes
Diffstat (limited to 'usr.bin/kdump')
-rw-r--r--usr.bin/kdump/kdump.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/kdump/kdump.c b/usr.bin/kdump/kdump.c
index ee592347462c..946f4a5e1c3a 100644
--- a/usr.bin/kdump/kdump.c
+++ b/usr.bin/kdump/kdump.c
@@ -42,7 +42,7 @@ static const char copyright[] =
static char sccsid[] = "@(#)kdump.c 8.1 (Berkeley) 6/6/93";
#endif
static const char rcsid[] =
- "$Id$";
+ "$Id: kdump.c,v 1.7.2.3 1997/07/17 06:37:36 charnier Exp $";
#endif /* not lint */
#define KERNEL
@@ -81,7 +81,7 @@ main(argc, argv)
(void) setlocale(LC_CTYPE, "");
- while ((ch = getopt(argc,argv,"f:dlm:nRTt:")) != EOF)
+ while ((ch = getopt(argc,argv,"f:dlm:nRTt:")) != -1)
switch((char)ch) {
case 'f':
tracefile = optarg;