summaryrefslogtreecommitdiffstats
path: root/sbin/routed/main.c
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1996-09-16 17:04:22 +0000
committerwollman <wollman@FreeBSD.org>1996-09-16 17:04:22 +0000
commit8554e18558853e6f6d8f38fc97f56b3ddfc7418a (patch)
tree4766cc5c5fa9f69e4ec8193b5e7b659a3464ef4b /sbin/routed/main.c
parent5dd2c963ce7fe11b20171b5fc8e2398c1303a926 (diff)
downloadFreeBSD-src-8554e18558853e6f6d8f38fc97f56b3ddfc7418a.zip
FreeBSD-src-8554e18558853e6f6d8f38fc97f56b3ddfc7418a.tar.gz
Layer on FreeBSD local changes from old routed.
Diffstat (limited to 'sbin/routed/main.c')
-rw-r--r--sbin/routed/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/routed/main.c b/sbin/routed/main.c
index 84a7fac..4c353ae 100644
--- a/sbin/routed/main.c
+++ b/sbin/routed/main.c
@@ -39,7 +39,7 @@ static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/5/93";
#elif defined(__NetBSD__)
static char rcsid[] = "$NetBSD$";
#endif
-#ident "$Revision: 1.17 $"
+#ident "$Revision: 1.1.1.1 $"
#include "defs.h"
#include "pathnames.h"
@@ -119,7 +119,7 @@ main(int argc,
(void)gethostname(myname, sizeof(myname)-1);
(void)gethost(myname, &myaddr);
- while ((n = getopt(argc, argv, "sqdghmpAtT:F:P:")) != EOF) {
+ while ((n = getopt(argc, argv, "sqdghmAtT:F:P:")) != EOF) {
switch (n) {
case 's':
supplier = 1;
OpenPOWER on IntegriCloud