From 4f7d6d65dc6a45b9d7596a10808130bdd8c5b317 Mon Sep 17 00:00:00 2001 From: Wes Peters Date: Tue, 27 Nov 2001 07:57:31 +0000 Subject: [PATCH] Must link strerror manpage to strerror_r. Thanks for the review, Mike. Submitted by: Mike Barcroft --- lib/libc/string/Makefile.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/libc/string/Makefile.inc b/lib/libc/string/Makefile.inc index 54903e3f857e..457fb76cf1e0 100644 --- a/lib/libc/string/Makefile.inc +++ b/lib/libc/string/Makefile.inc @@ -35,6 +35,7 @@ MLINKS+=strcat.3 strncat.3 MLINKS+=strcmp.3 strncmp.3 MLINKS+=strcpy.3 strncpy.3 MLINKS+=strerror.3 perror.3 strerror.3 sys_errlist.3 strerror.3 sys_nerr.3 +MLINKS+=strerror.3 strerror_r.3 MLINKS+=strlcpy.3 strlcat.3 MLINKS+=strtok.3 strtok_r.3 MLINKS+=strstr.3 strcasestr.3