Module Name:    src
Committed By:   pooka
Date:           Sun Oct 11 12:51:58 UTC 2009

Modified Files:
        src/sbin/raidctl: Makefile

Log Message:
close rump kernel file descriptors properly


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sbin/raidctl/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/raidctl/Makefile
diff -u src/sbin/raidctl/Makefile:1.13 src/sbin/raidctl/Makefile:1.14
--- src/sbin/raidctl/Makefile:1.13	Sun Oct 11 12:14:05 2009
+++ src/sbin/raidctl/Makefile	Sun Oct 11 12:51:58 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.13 2009/10/11 12:14:05 pooka Exp $
+#	$NetBSD: Makefile,v 1.14 2009/10/11 12:51:58 pooka Exp $
 
 PROG=	raidctl 
 SRCS=	rf_configure.c raidctl.c
@@ -8,7 +8,7 @@
 LDADD=  -lutil
 
 .ifdef RUMP_ACTION
-CPPFLAGS+=	-DRUMP_ACTION -DRUMP_SYS_IOCTL
+CPPFLAGS+=	-DRUMP_ACTION -DRUMP_SYS_IOCTL -DRUMP_SYS_CLOSE
 LDADD+=		-lrumpdev_disk -lrumpdev_raidframe -lrumpdev
 LDADD+=		-lrumpvfs -lrump -lrumpuser -lpthread
 DBG=		-g

Reply via email to