Source-Changes-HG archive

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

[src/trunk]: src/sbin/ifconfig remove duplicated line in cmds[].



details:   https://anonhg.NetBSD.org/src/rev/7f53cb8c0d1d
branches:  trunk
changeset: 515468:7f53cb8c0d1d
user:      itojun <itojun%NetBSD.org@localhost>
date:      Wed Sep 26 07:20:16 2001 +0000

description:
remove duplicated line in cmds[].

diffstat:

 sbin/ifconfig/ifconfig.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 0dd2ac3b63d7 -r 7f53cb8c0d1d sbin/ifconfig/ifconfig.c
--- a/sbin/ifconfig/ifconfig.c  Wed Sep 26 07:14:56 2001 +0000
+++ b/sbin/ifconfig/ifconfig.c  Wed Sep 26 07:20:16 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ifconfig.c,v 1.115 2001/09/17 17:36:06 thorpej Exp $   */
+/*     $NetBSD: ifconfig.c,v 1.116 2001/09/26 07:20:16 itojun Exp $    */
 
 /*-
  * Copyright (c) 1997, 1998, 2000 The NetBSD Foundation, Inc.
@@ -80,7 +80,7 @@
 #if 0
 static char sccsid[] = "@(#)ifconfig.c 8.2 (Berkeley) 2/16/94";
 #else
-__RCSID("$NetBSD: ifconfig.c,v 1.115 2001/09/17 17:36:06 thorpej Exp $");
+__RCSID("$NetBSD: ifconfig.c,v 1.116 2001/09/26 07:20:16 itojun Exp $");
 #endif
 #endif /* not lint */
 
@@ -273,7 +273,6 @@
        { "vlan",       NEXTARG,        0,              setvlan } ,
        { "vlanif",     NEXTARG,        0,              setvlanif } ,
        { "-vlanif",    0,              0,              unsetvlanif } ,
-       { "deletetunnel", 0,            0,              deletetunnel },
 #if 0
        /* XXX `create' special-cased below */
        { "create",     0,              0,              clone_create } ,



Home | Main Index | Thread Index | Old Index