diff options
Diffstat (limited to 'sbin/ipfstat/fils.c')
-rw-r--r-- | sbin/ipfstat/fils.c | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/sbin/ipfstat/fils.c b/sbin/ipfstat/fils.c index 1cabd92fe33..9520ea00d07 100644 --- a/sbin/ipfstat/fils.c +++ b/sbin/ipfstat/fils.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fils.c,v 1.15 1999/07/08 00:02:26 deraadt Exp $ */ +/* $OpenBSD: fils.c,v 1.16 1999/07/08 00:05:21 deraadt Exp $ */ /* * Copyright (C) 1993-1998 by Darren Reed. * @@ -51,7 +51,7 @@ #if !defined(lint) static const char sccsid[] = "@(#)fils.c 1.21 4/20/96 (C) 1993-1996 Darren Reed"; -static const char rcsid[] = "@(#)$Id: fils.c,v 1.15 1999/07/08 00:02:26 deraadt Exp $"; +static const char rcsid[] = "@(#)$Id: fils.c,v 1.16 1999/07/08 00:05:21 deraadt Exp $"; #endif #define F_IN 0 @@ -92,7 +92,7 @@ char *argv[]; char *name = NULL, *device = IPL_NAME; int c, fd; - while ((c = getopt(argc, argv, "AafhIinosvd:M:N:")) != -1) + while ((c = getopt(argc, argv, "AafhIinosvd:M:")) != -1) { switch (c) { @@ -129,9 +129,6 @@ char *argv[]; case 'v' : opts |= OPT_VERBOSE; break; - case 'N': - nlistf = optarg; - break; case 'M': memf = optarg; break; |