Module Name:    src
Committed By:   ryoon
Date:           Fri Aug 11 13:07:17 UTC 2023

Modified Files:
        src/lib/libc/string: Makefile.inc

Log Message:
Install strncpy.3 to fix build


To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 src/lib/libc/string/Makefile.inc

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

Modified files:

Index: src/lib/libc/string/Makefile.inc
diff -u src/lib/libc/string/Makefile.inc:1.88 src/lib/libc/string/Makefile.inc:1.89
--- src/lib/libc/string/Makefile.inc:1.88	Fri Aug 11 09:39:39 2023
+++ src/lib/libc/string/Makefile.inc	Fri Aug 11 13:07:17 2023
@@ -1,5 +1,5 @@
 #	from: @(#)Makefile.inc	8.1 (Berkeley) 6/4/93
-#	$NetBSD: Makefile.inc,v 1.88 2023/08/11 09:39:39 riastradh Exp $
+#	$NetBSD: Makefile.inc,v 1.89 2023/08/11 13:07:17 ryoon Exp $
 
 # string sources
 .PATH: ${ARCHDIR}/string ${.CURDIR}/string
@@ -48,7 +48,7 @@ MAN+=	bm.3 bcmp.3 bcopy.3 bstring.3 bzer
 	popcount.3 \
 	rindex.3 strcasecmp.3 strcat.3 strchr.3 strcmp.3 strcoll.3 \
 	strcpy.3 strcspn.3 strdup.3 strerror.3 string.3 strings.3 strlcpy.3 \
-	strlen.3 strmode.3 strpbrk.3 strrchr.3 strsep.3 \
+	strlen.3 strmode.3 strncpy.3 strpbrk.3 strrchr.3 strsep.3 \
 	strsignal.3 strspn.3 strstr.3 strtok.3 strxfrm.3 \
 	swab.3 wcstok.3 wcswidth.3 wmemchr.3 wcsdup.3 wcscasecmp.3
 

Reply via email to