Module Name:    src
Committed By:   pooka
Date:           Mon Aug 30 09:44:40 UTC 2010

Modified Files:
        src/sys/rump/librump/rumpkern: Makefile.rumpkern

Log Message:
Include kern_prot.c for setuid etc.


To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 src/sys/rump/librump/rumpkern/Makefile.rumpkern

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

Modified files:

Index: src/sys/rump/librump/rumpkern/Makefile.rumpkern
diff -u src/sys/rump/librump/rumpkern/Makefile.rumpkern:1.94 src/sys/rump/librump/rumpkern/Makefile.rumpkern:1.95
--- src/sys/rump/librump/rumpkern/Makefile.rumpkern:1.94	Mon Aug 30 09:44:11 2010
+++ src/sys/rump/librump/rumpkern/Makefile.rumpkern	Mon Aug 30 09:44:40 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.rumpkern,v 1.94 2010/08/30 09:44:11 pooka Exp $
+#	$NetBSD: Makefile.rumpkern,v 1.95 2010/08/30 09:44:40 pooka Exp $
 #
 
 .include "${RUMPTOP}/Makefile.rump"
@@ -59,6 +59,7 @@
 	kern_mutex_obj.c	\
 	kern_ntptime.c		\
 	kern_proc.c		\
+	kern_prot.c		\
 	kern_rate.c		\
 	kern_resource.c		\
 	kern_stub.c		\

Reply via email to