Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mvme68k/mvme68k Make this compile again.
details: https://anonhg.NetBSD.org/src/rev/993ba04acc86
branches: trunk
changeset: 520928:993ba04acc86
user: scw <scw%NetBSD.org@localhost>
date: Sat Jan 19 21:13:45 2002 +0000
description:
Make this compile again.
diffstat:
sys/arch/mvme68k/mvme68k/conf.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 2888199fb7ff -r 993ba04acc86 sys/arch/mvme68k/mvme68k/conf.c
--- a/sys/arch/mvme68k/mvme68k/conf.c Sat Jan 19 18:59:17 2002 +0000
+++ b/sys/arch/mvme68k/mvme68k/conf.c Sat Jan 19 21:13:45 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: conf.c,v 1.23 2002/01/12 13:35:25 manu Exp $ */
+/* $NetBSD: conf.c,v 1.24 2002/01/19 21:13:45 scw Exp $ */
/*-
* Copyright (c) 1991 The Regents of the University of California.
@@ -183,7 +183,7 @@
cdev_rnd_init(NRND,rnd), /* 35: random source pseudo-device */
cdev_scsibus_init(NSCSIBUS,scsibus), /* 36: SCSI bus */
cdev_disk_init(NRAID,raid), /* 37: RAIDframe disk driver */
- cdev_svr4_net_init(NSVR4_NET,svr4_net) /* 38: svr4 net pseudo-device */
+ cdev_svr4_net_init(NSVR4_NET,svr4_net), /* 38: svr4 net pseudo-device */
cdev_clockctl_init(NCLOCKCTL, clockctl),/* 39: clockctl pseudo device */
};
Home |
Main Index |
Thread Index |
Old Index