Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/shark/shark Remove meaningless test against FOOTBRI...



details:   https://anonhg.NetBSD.org/src/rev/b5db9012d3f4
branches:  trunk
changeset: 525398:b5db9012d3f4
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Apr 10 20:13:20 2002 +0000

description:
Remove meaningless test against FOOTBRIDGE.

diffstat:

 sys/arch/shark/shark/conf.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (25 lines):

diff -r e45fdc228432 -r b5db9012d3f4 sys/arch/shark/shark/conf.c
--- a/sys/arch/shark/shark/conf.c       Wed Apr 10 20:12:08 2002 +0000
+++ b/sys/arch/shark/shark/conf.c       Wed Apr 10 20:13:20 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: conf.c,v 1.1 2002/02/10 01:58:02 thorpej Exp $ */
+/*     $NetBSD: conf.c,v 1.2 2002/04/10 20:13:20 thorpej Exp $ */
 
 /*
  * Copyright (c) 1994-1998 Mark Brinicombe.
@@ -416,7 +416,6 @@
        return (makedev(blkmaj, minor(dev)));
 }
 
-#if !defined(FOOTBRIDGE)                                                                                   
 /*
  * This entire table could be autoconfig()ed but that would mean that
  * the kernel's idea of the console would be out of sync with that of
@@ -441,6 +440,5 @@
 #endif
        { 0 },
 };
-#endif /* !FOOTBRIDGE */
-                           
+
 /* End of conf.c */



Home | Main Index | Thread Index | Old Index