Type 'network' was an alias for 'net' and was changed to "net" in

rev 1.5.  Remove duplicate.  Reported by Christian Biere in PR17976.
This commit is contained in:
gmcgarry 2002-08-18 23:45:48 +00:00
parent 44bfc91fab
commit a104b7da81

View File

@ -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 @@ arg_t source_types[] = {
{ "???", 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 },