Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amiga/amiga Remove an "#if 0" I seemed to have miss...



details:   https://anonhg.NetBSD.org/src/rev/af08f415c4f3
branches:  trunk
changeset: 481813:af08f415c4f3
user:      mhitch <mhitch%NetBSD.org@localhost>
date:      Sun Feb 06 21:45:03 2000 +0000

description:
Remove an "#if 0" I seemed to have missed, to include wd* devices in the
search for root filesystems.

diffstat:

 sys/arch/amiga/amiga/autoconf.c |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 6ffa23cc8063 -r af08f415c4f3 sys/arch/amiga/amiga/autoconf.c
--- a/sys/arch/amiga/amiga/autoconf.c   Sun Feb 06 17:02:32 2000 +0000
+++ b/sys/arch/amiga/amiga/autoconf.c   Sun Feb 06 21:45:03 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: autoconf.c,v 1.69 2000/01/31 22:51:53 mhitch Exp $     */
+/*     $NetBSD: autoconf.c,v 1.70 2000/02/06 21:45:03 mhitch Exp $     */
 
 /*
  * Copyright (c) 1994 Christian E. Hopps
@@ -314,9 +314,7 @@
 #include "fd.h"
 #include "sd.h"
 #include "cd.h"
-#if 0          /* not yet */
 #include "wd.h"
-#endif
 
 #if NFD > 0
 extern  struct cfdriver fd_cd;



Home | Main Index | Thread Index | Old Index