Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbmips/evbmips Make this compile for the non-sbmip...



details:   https://anonhg.NetBSD.org/src/rev/162ee7919209
branches:  trunk
changeset: 534850:162ee7919209
user:      simonb <simonb%NetBSD.org@localhost>
date:      Sun Aug 04 14:42:56 2002 +0000

description:
Make this compile for the non-sbmips case.

diffstat:

 sys/arch/evbmips/evbmips/conf_common.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (34 lines):

diff -r 1a972f4651a2 -r 162ee7919209 sys/arch/evbmips/evbmips/conf_common.c
--- a/sys/arch/evbmips/evbmips/conf_common.c    Sun Aug 04 14:26:21 2002 +0000
+++ b/sys/arch/evbmips/evbmips/conf_common.c    Sun Aug 04 14:42:56 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: conf_common.c,v 1.2 2002/07/31 03:42:54 simonb Exp $   */
+/*     $NetBSD: conf_common.c,v 1.3 2002/08/04 14:42:56 simonb Exp $   */
 
 /*
  * Copyright (c) 1992, 1993
@@ -38,7 +38,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: conf_common.c,v 1.2 2002/07/31 03:42:54 simonb Exp $");
+__KERNEL_RCSID(0, "$NetBSD: conf_common.c,v 1.3 2002/08/04 14:42:56 simonb Exp $");
 
 #include "opt_systrace.h"
 
@@ -195,7 +195,6 @@
 cdev_decl(sbjcn);
 #else
 #include "sbscn.h"
-cdev_decl(sbscn);
 #endif /* JTAGCONSOLE */
 #else
 #define        NSBSCN          0
@@ -230,6 +229,7 @@
 #include "com.h"
 cdev_decl(com);
 cdev_decl(aucom);
+cdev_decl(sbscn);
 cdev_decl(kbd);
 cdev_decl(ms);
 cdev_decl(lpt);



Home | Main Index | Thread Index | Old Index