summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1996-05-27 22:52:24 +0000
committerwosch <wosch@FreeBSD.org>1996-05-27 22:52:24 +0000
commitd378f22daa622d9b0a0b5acb9ee144fd236d6b00 (patch)
tree855aac37df2a2aef8222f951be3555030901d3d6
parent4ef3e1ad6453d6cc6119154829c5bcb2e21623ec (diff)
downloadFreeBSD-src-d378f22daa622d9b0a0b5acb9ee144fd236d6b00.zip
FreeBSD-src-d378f22daa622d9b0a0b5acb9ee144fd236d6b00.tar.gz
remove MLINKS regcomp.3 regexec.3 regerror.3 due name clash with libc
-rw-r--r--lib/libcompat/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libcompat/Makefile b/lib/libcompat/Makefile
index a117592..8940719 100644
--- a/lib/libcompat/Makefile
+++ b/lib/libcompat/Makefile
@@ -61,8 +61,9 @@ SRCS+= regerror.c regexp.c regsub.c
MAN3+= regexp/regexp.3
-MLINKS+=regexp.3 regcomp.3 regexp.3 regexec.3 regexp.3 regsub.3 \
- regexp.3 regerror.3
+# XXX name clash with libc
+# MLINKS+=regexp.3 regcomp.3 regexp.3 regexec.3 regexp.3 regerror.3
+MLINKS+=regexp.3 regsub.3
# SysV compat sources
SRCS+= ftok.c
OpenPOWER on IntegriCloud