From 4d78965cea7f434024b408ac61a1b5b4a2629a8f Mon Sep 17 00:00:00 2001 From: ache Date: Fri, 16 Aug 1996 12:12:53 +0000 Subject: Remove -p option from getopt string, all corresponding code already deleted --- usr.sbin/routed/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin') diff --git a/usr.sbin/routed/main.c b/usr.sbin/routed/main.c index 1ce9855..20b72d8 100644 --- a/usr.sbin/routed/main.c +++ b/usr.sbin/routed/main.c @@ -114,7 +114,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; -- cgit v1.1