Source-Changes-HG archive

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

[src/trunk]: src/sbin/raidctl close rump kernel file descriptors properly



details:   https://anonhg.NetBSD.org/src/rev/440425978231
branches:  trunk
changeset: 748054:440425978231
user:      pooka <pooka%NetBSD.org@localhost>
date:      Sun Oct 11 12:51:58 2009 +0000

description:
close rump kernel file descriptors properly

diffstat:

 sbin/raidctl/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 53df2f2fe15e -r 440425978231 sbin/raidctl/Makefile
--- a/sbin/raidctl/Makefile     Sun Oct 11 12:47:38 2009 +0000
+++ b/sbin/raidctl/Makefile     Sun Oct 11 12:51:58 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index