Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/ifconfig Allow -v to be used with other commands (list ...
details: https://anonhg.NetBSD.org/src/rev/a86791921055
branches: trunk
changeset: 787986:a86791921055
user: christos <christos%NetBSD.org@localhost>
date: Wed Jul 17 15:40:42 2013 +0000
description:
Allow -v to be used with other commands (list scan for example) as documented.
diffstat:
sbin/ifconfig/ifconfig.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 91f4e234e7f9 -r a86791921055 sbin/ifconfig/ifconfig.c
--- a/sbin/ifconfig/ifconfig.c Wed Jul 17 15:26:38 2013 +0000
+++ b/sbin/ifconfig/ifconfig.c Wed Jul 17 15:40:42 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ifconfig.c,v 1.229 2013/02/07 13:21:34 apb Exp $ */
+/* $NetBSD: ifconfig.c,v 1.230 2013/07/17 15:40:42 christos Exp $ */
/*-
* Copyright (c) 1997, 1998, 2000 The NetBSD Foundation, Inc.
@@ -63,7 +63,7 @@
#ifndef lint
__COPYRIGHT("@(#) Copyright (c) 1983, 1993\
The Regents of the University of California. All rights reserved.");
-__RCSID("$NetBSD: ifconfig.c,v 1.229 2013/02/07 13:21:34 apb Exp $");
+__RCSID("$NetBSD: ifconfig.c,v 1.230 2013/07/17 15:40:42 christos Exp $");
#endif /* not lint */
#include <sys/param.h>
@@ -621,7 +621,6 @@
case 'L':
case 'm':
- case 'v':
case 'z':
if (start != &opt_family_only.pb_parser)
start = &iface_opt_family_only.pif_parser;
Home |
Main Index |
Thread Index |
Old Index