Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/vax/vax Add some missing ifdef's.



details:   https://anonhg.NetBSD.org/src/rev/565010e81594
branches:  trunk
changeset: 486510:565010e81594
user:      matt <matt%NetBSD.org@localhost>
date:      Tue May 23 19:55:55 2000 +0000

description:
Add some missing ifdef's.

diffstat:

 sys/arch/vax/vax/autoconf.c |  12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diffs (30 lines):

diff -r fe2db8be73fb -r 565010e81594 sys/arch/vax/vax/autoconf.c
--- a/sys/arch/vax/vax/autoconf.c       Tue May 23 18:36:04 2000 +0000
+++ b/sys/arch/vax/vax/autoconf.c       Tue May 23 19:55:55 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: autoconf.c,v 1.54 2000/05/22 15:38:47 matt Exp $       */
+/*     $NetBSD: autoconf.c,v 1.55 2000/05/23 19:55:55 matt Exp $       */
 
 /*
  * Copyright (c) 1994 Ludd, University of Lule}, Sweden.
@@ -170,11 +170,19 @@
 static int booted_qe(struct device *, void *);
 static int booted_le(struct device *, void *);
 static int booted_ze(struct device *, void *);
+static int booted_de(struct device *, void *);
+#if NSD > 0 || NCD > 0
 static int booted_sd(struct device *, void *);
+#endif
+#if NRL > 0
 static int booted_rl(struct device *, void *);
+#endif
+#if NRA
 static int booted_ra(struct device *, void *);
+#endif
+#if NHP
 static int booted_hp(struct device *, void *);
-static int booted_de(struct device *, void *);
+#endif
 
 int (*devreg[])(struct device *, void *) = {
        booted_qe,



Home | Main Index | Thread Index | Old Index