Source-Changes-HG archive

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

[src/trunk]: src/sbin/rndctl Type 'network' was an alias for 'net' and was ch...



details:   https://anonhg.NetBSD.org/src/rev/998b247ea916
branches:  trunk
changeset: 535437:998b247ea916
user:      gmcgarry <gmcgarry%NetBSD.org@localhost>
date:      Sun Aug 18 23:45:48 2002 +0000

description:
Type 'network' was an alias for 'net' and was changed to "net" in
rev 1.5.  Remove duplicate.  Reported by Christian Biere in PR17976.

diffstat:

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

diffs (17 lines):

diff -r 0fe41c954700 -r 998b247ea916 sbin/rndctl/rndctl.c
--- a/sbin/rndctl/rndctl.c      Sun Aug 18 23:41:38 2002 +0000
+++ b/sbin/rndctl/rndctl.c      Sun Aug 18 23:45:48 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rndctl.c,v 1.12 2002/05/19 09:47:10 enami Exp $        */
+/*     $NetBSD: rndctl.c,v 1.13 2002/08/18 23:45:48 gmcgarry Exp $     */
 
 /*-
  * Copyright (c) 1997 Michael Graff.
@@ -50,7 +50,6 @@
        { "???",     RND_TYPE_UNKNOWN },
        { "disk",    RND_TYPE_DISK },
        { "net",     RND_TYPE_NET },
-       { "net",     RND_TYPE_NET },
        { "tape",    RND_TYPE_TAPE },
        { "tty",     RND_TYPE_TTY },
        { "rng",     RND_TYPE_RNG },



Home | Main Index | Thread Index | Old Index