diff options
-rw-r--r-- | usr.sbin/ipmon/ipmon.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ipmon/ipmon.c b/usr.sbin/ipmon/ipmon.c index 1de66b4a01d..6e58c1877c4 100644 --- a/usr.sbin/ipmon/ipmon.c +++ b/usr.sbin/ipmon/ipmon.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ipmon.c,v 1.16 1998/11/10 22:04:11 deraadt Exp $ +/* $OpenBSD: ipmon.c,v 1.17 1998/11/13 00:04:01 deraadt Exp $ * Copyright (C) 1993-1997 by Darren Reed. * * Redistribution and use in source and binary forms are permitted @@ -7,7 +7,7 @@ */ #if !defined(lint) static const char sccsid[] = "@(#)ipmon.c 1.21 6/5/96 (C)1993-1997 Darren Reed"; -static const char rcsid[] = "@(#)$Id: ipmon.c,v 1.16 1998/11/10 22:04:11 deraadt Exp $"; +static const char rcsid[] = "@(#)$Id: ipmon.c,v 1.17 1998/11/13 00:04:01 deraadt Exp $"; #endif #include <stdio.h> @@ -748,7 +748,7 @@ char *argv[]; iplfile[1] = IPNAT_NAME; iplfile[2] = IPSTATE_NAME; - while ((c = getopt(argc, argv, "?aDf:FhI:nN:o:O:sS:tvxX")) != -1) + while ((c = getopt(argc, argv, "?aDf:FhI:nN:o:O:psS:tvxX")) != -1) switch (c) { case 'a' : |