Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/dev/lib/libdisk librumpdev_disk doesn't compile on ...



details:   https://anonhg.NetBSD.org/src/rev/37db0fea88f0
branches:  trunk
changeset: 747335:37db0fea88f0
user:      pooka <pooka%NetBSD.org@localhost>
date:      Fri Sep 11 19:01:08 2009 +0000

description:
librumpdev_disk doesn't compile on a lot of platforms, so replace
it with a dummy for now until I can work out the problems (nothing
in-tree links against it yet).

diffstat:

 sys/rump/dev/lib/libdisk/Makefile |  8 +++++---
 sys/rump/dev/lib/libdisk/dummy.c  |  1 +
 2 files changed, 6 insertions(+), 3 deletions(-)

diffs (29 lines):

diff -r b2ea4d3ca429 -r 37db0fea88f0 sys/rump/dev/lib/libdisk/Makefile
--- a/sys/rump/dev/lib/libdisk/Makefile Fri Sep 11 18:35:50 2009 +0000
+++ b/sys/rump/dev/lib/libdisk/Makefile Fri Sep 11 19:01:08 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2009/09/07 20:50:35 pooka Exp $
+#      $NetBSD: Makefile,v 1.3 2009/09/11 19:01:08 pooka Exp $
 #
 
 .PATH: ${.CURDIR}/../../../../kern                                     \
@@ -7,10 +7,12 @@
 LIB=   rumpdev_disk
 
 # sys/kern
-SRCS=  kern_physio.c subr_disk.c subr_disk_mbr.c subr_disk_open.c
+#SRCS= kern_physio.c subr_disk.c subr_disk_mbr.c subr_disk_open.c
 
 # sys/dev
-SRCS+= dksubr.c dk.c
+#SRCS+=        dksubr.c dk.c
+
+SRCS+= dummy.c
 
 CFLAGS+=       -Wno-pointer-sign
 
diff -r b2ea4d3ca429 -r 37db0fea88f0 sys/rump/dev/lib/libdisk/dummy.c
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/rump/dev/lib/libdisk/dummy.c  Fri Sep 11 19:01:08 2009 +0000
@@ -0,0 +1,1 @@
+int kludge;



Home | Main Index | Thread Index | Old Index