Module Name:    src
Committed By:   christos
Date:           Thu Aug 20 12:04:30 UTC 2015

Modified Files:
        src/sys/rump/librump/rumpkern: Makefile.rumpkern
Added Files:
        src/sys/rump/librump/rumpkern: KERN.ioconf

Log Message:
generate ioconf.h for pseudo-device attach prototype


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/rump/librump/rumpkern/KERN.ioconf
cvs rdiff -u -r1.160 -r1.161 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.160 src/sys/rump/librump/rumpkern/Makefile.rumpkern:1.161
--- src/sys/rump/librump/rumpkern/Makefile.rumpkern:1.160	Wed Jun 17 07:46:34 2015
+++ src/sys/rump/librump/rumpkern/Makefile.rumpkern	Thu Aug 20 08:04:30 2015
@@ -1,12 +1,12 @@
-#	$NetBSD: Makefile.rumpkern,v 1.160 2015/06/17 11:46:34 pooka Exp $
+#	$NetBSD: Makefile.rumpkern,v 1.161 2015/08/20 12:04:30 christos Exp $
 #
 
+IOCONF=KERN.ioconf
 .include "${RUMPTOP}/Makefile.rump"
 
 .include <bsd.own.mk>
 
 LIB=		rump
-
 MAN=		rump.3 rump_lwproc.3
 
 .PATH:	${RUMPTOP}/librump/rumpkern				\

Added files:

Index: src/sys/rump/librump/rumpkern/KERN.ioconf
diff -u /dev/null src/sys/rump/librump/rumpkern/KERN.ioconf:1.1
--- /dev/null	Thu Aug 20 08:04:30 2015
+++ src/sys/rump/librump/rumpkern/KERN.ioconf	Thu Aug 20 08:04:30 2015
@@ -0,0 +1,7 @@
+#	$NetBSD: KERN.ioconf,v 1.1 2015/08/20 12:04:30 christos Exp $
+
+ioconf		kern
+
+include		"conf/files"
+
+pseudo-device   ksyms

Reply via email to