Module Name:    src
Committed By:   rmind
Date:           Thu Jun  5 23:42:25 UTC 2014

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

Log Message:
librump: include pcq(9) interface.


To generate a diff of this commit:
cvs rdiff -u -r1.146 -r1.147 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.146 src/sys/rump/librump/rumpkern/Makefile.rumpkern:1.147
--- src/sys/rump/librump/rumpkern/Makefile.rumpkern:1.146	Sun Apr 27 15:15:13 2014
+++ src/sys/rump/librump/rumpkern/Makefile.rumpkern	Thu Jun  5 23:42:25 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.rumpkern,v 1.146 2014/04/27 15:15:13 pooka Exp $
+#	$NetBSD: Makefile.rumpkern,v 1.147 2014/06/05 23:42:25 rmind Exp $
 #
 
 .include "${RUMPTOP}/Makefile.rump"
@@ -115,6 +115,7 @@ SRCS+=	init_sysctl_base.c	\
 	subr_log.c		\
 	subr_lwp_specificdata.c	\
 	subr_once.c		\
+	subr_pcq.c		\
 	subr_percpu.c		\
 	subr_prf.c		\
 	subr_pserialize.c	\

Reply via email to