From b0a3e41ea95c4424fc075a79b189abfc078aecb5 Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Tue, 13 Dec 1988 04:41:09 -0800 Subject: [PATCH] add strdup for S5 SCCS-vsn: include/strings.h 5.6 --- usr/src/include/strings.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/src/include/strings.h b/usr/src/include/strings.h index e8bd706b1a..e8a2be0083 100644 --- a/usr/src/include/strings.h +++ b/usr/src/include/strings.h @@ -14,7 +14,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * @(#)strings.h 5.5 (Berkeley) %G% + * @(#)strings.h 5.6 (Berkeley) %G% */ /* Routines described in string(3) */ @@ -23,7 +23,7 @@ int strcmp(), strncmp(), strcasecmp(), strncasecmp(), strlen(); /* Routines described in memory(BA_LIB); System V compatibility */ char *memccpy(), *memchr(), *memcpy(), *memset(), *strchr(), - *strpbrk(), *strrchr(), *strsep(), *strtok(); + *strdup(), *strpbrk(), *strrchr(), *strsep(), *strtok(); int memcmp(), strcspn(), strspn(); /* Routines from ANSI X3J11 */ -- 2.20.1