Module Name:    src
Committed By:   aymeric
Date:           Tue Mar  1 06:48:55 UTC 2016

Modified Files:
        src/tools/compat: Makefile

Log Message:
remove regsub.c from the list of files to build because it unbreaks the build
and this API is not yet endorsed. OK christos@


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 src/tools/compat/Makefile

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

Modified files:

Index: src/tools/compat/Makefile
diff -u src/tools/compat/Makefile:1.78 src/tools/compat/Makefile:1.79
--- src/tools/compat/Makefile:1.78	Mon Feb 29 22:19:29 2016
+++ src/tools/compat/Makefile	Tue Mar  1 06:48:55 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.78 2016/02/29 22:19:29 aymeric Exp $
+#	$NetBSD: Makefile,v 1.79 2016/03/01 06:48:55 aymeric Exp $
 
 HOSTLIB=	nbcompat
 
@@ -14,7 +14,7 @@ SRCS=		atoll.c basename.c cdbr.c cdbw.c 
 		mkstemp.c pread.c putc_unlocked.c pwcache.c pwrite.c \
 		pw_scan.c \
 		raise_default_signal.c reallocarr.c rmd160.c rmd160hl.c \
-		regcomp.c regerror.c regexec.c regfree.c regsub.c \
+		regcomp.c regerror.c regexec.c regfree.c \
 		setenv.c setgroupent.c \
 		setpassent.c setprogname.c sha1.c sha1hl.c sha2.c \
 		sha256hl.c sha384hl.c sha512hl.c snprintb.c snprintf.c \

Reply via email to