Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbppc/conf Revert addition of rnd here; it's alrea...



details:   https://anonhg.NetBSD.org/src/rev/aeb0d8e910aa
branches:  trunk
changeset: 551969:aeb0d8e910aa
user:      he <he%NetBSD.org@localhost>
date:      Sun Sep 14 21:49:58 2003 +0000

description:
Revert addition of rnd here; it's already present due to the inclusion
of the WALNUT config file, so causes a duplicate definition error here.

diffstat:

 sys/arch/evbppc/conf/INSTALL_WALNUT |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (20 lines):

diff -r a2b1680f6f2d -r aeb0d8e910aa sys/arch/evbppc/conf/INSTALL_WALNUT
--- a/sys/arch/evbppc/conf/INSTALL_WALNUT       Sun Sep 14 21:48:54 2003 +0000
+++ b/sys/arch/evbppc/conf/INSTALL_WALNUT       Sun Sep 14 21:49:58 2003 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: INSTALL_WALNUT,v 1.3 2003/09/06 03:25:26 itojun Exp $
+#      $NetBSD: INSTALL_WALNUT,v 1.4 2003/09/14 21:49:58 he Exp $
 
 include "arch/evbppc/conf/WALNUT"
 
-#ident                 "INSTALL_WALNUT-$Revision: 1.3 $"
+#ident                 "INSTALL_WALNUT-$Revision: 1.4 $"
 
 # DEBUG options turned on:
 
@@ -22,5 +22,3 @@
 ## The ramdisk size must be kept in sync manually with the size of
 ## the `ramdisk' image (which is built in distrib/walnut/ramdisk/ramdisk).
 options        MEMORY_DISK_ROOT_SIZE=16384     # size of memory disk, in blocks
-
-pseudo-device  rnd                     # /dev/random and in-kernel generator



Home | Main Index | Thread Index | Old Index