Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libc/thread-stub/Makefile.inc,v rcsdiff: /ftp/cvs/cvsroot/src/lib/libc/thread-stub/Makefile.inc,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- src/lib/libc/thread-stub/Makefile.inc 2003/01/18 11:33:18 1.3 +++ src/lib/libc/thread-stub/Makefile.inc 2013/04/05 20:15:42 1.4 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.inc,v 1.3 2003/01/18 11:33:18 thorpej Exp $ +# $NetBSD: Makefile.inc,v 1.4 2013/04/05 20:15:42 christos Exp $ .include # Our sources .PATH: ${.CURDIR}/thread-stub -SRCS+= __isthreaded.c thread-stub.c +SRCS+= __isthreaded.c thread-stub.c thread-stub-init.c