Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/arp allow ifscope with pub and proxy



details:   https://anonhg.NetBSD.org/src/rev/f07d70be4600
branches:  trunk
changeset: 787230:f07d70be4600
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Jun 07 17:18:33 2013 +0000

description:
allow ifscope with pub and proxy

diffstat:

 usr.sbin/arp/arp.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 50f6806a84ea -r f07d70be4600 usr.sbin/arp/arp.c
--- a/usr.sbin/arp/arp.c        Fri Jun 07 17:17:14 2013 +0000
+++ b/usr.sbin/arp/arp.c        Fri Jun 07 17:18:33 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: arp.c,v 1.50 2013/06/07 01:09:10 christos Exp $ */
+/*     $NetBSD: arp.c,v 1.51 2013/06/07 17:18:33 christos Exp $ */
 
 /*
  * Copyright (c) 1984, 1993
@@ -42,7 +42,7 @@
 #if 0
 static char sccsid[] = "@(#)arp.c      8.3 (Berkeley) 4/28/95";
 #else
-__RCSID("$NetBSD: arp.c,v 1.50 2013/06/07 01:09:10 christos Exp $");
+__RCSID("$NetBSD: arp.c,v 1.51 2013/06/07 17:18:33 christos Exp $");
 #endif
 #endif /* not lint */
 
@@ -169,7 +169,7 @@
                }
                break;
        case 's':
-               if (argc < 2 || argc > 5)
+               if (argc < 2 || argc > 7)
                        usage();
                return (set(argc, argv) ? 1 : 0);
        case 'f':



Home | Main Index | Thread Index | Old Index