summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-02-20 03:20:10 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-02-20 03:20:10 +0000
commit1104540ddddfba6863ce118e6f407fbdc57c9030 (patch)
tree62a8ab3247477f73d1c9100241ada2cfe9f33e22 /lib/libc
parent44bd80dd10a33a32016e9904d2586ca3cc29337e (diff)
fix a variety of missing or wrong MLINKS
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/string/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/string/Makefile.inc b/lib/libc/string/Makefile.inc
index 3cd172287b7..26e2bc10f2a 100644
--- a/lib/libc/string/Makefile.inc
+++ b/lib/libc/string/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.11 2002/11/21 20:45:05 marc Exp $
+# $OpenBSD: Makefile.inc,v 1.12 2003/02/20 03:20:09 deraadt Exp $
# string sources
.PATH: ${LIBCSRCDIR}/arch/${MACHINE_ARCH}/string ${LIBCSRCDIR}/string
@@ -149,3 +149,4 @@ MLINKS+=strcmp.3 strncmp.3
MLINKS+=strcpy.3 strncpy.3
MLINKS+=strlcpy.3 strlcat.3
MLINKS+=strtok.3 strtok_r.3
+MLINKS+=strerror.3 strerror_r.3