diff options
author | wollman <wollman@FreeBSD.org> | 1994-09-13 21:26:08 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1994-09-13 21:26:08 +0000 |
commit | 7fa1ec8f19cfa0f61f5837484beb3ae048b27a36 (patch) | |
tree | 59aafe236f02fdbccdbd9f64cd4f39014faa2fb0 /lib/libc/string | |
parent | a22611d1cc1109e8a5f85ddce83de800d10dcea8 (diff) | |
download | FreeBSD-src-7fa1ec8f19cfa0f61f5837484beb3ae048b27a36.zip FreeBSD-src-7fa1ec8f19cfa0f61f5837484beb3ae048b27a36.tar.gz |
Use latest Arthur Olson timezone code rather than that supplied with
4.4. The code is almost identical to the 4.4 versions, but this organization
should make it easier to merge new versions in the future.
Diffstat (limited to 'lib/libc/string')
-rw-r--r-- | lib/libc/string/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/string/Makefile.inc b/lib/libc/string/Makefile.inc index 0b77067..d0a9b01 100644 --- a/lib/libc/string/Makefile.inc +++ b/lib/libc/string/Makefile.inc @@ -4,7 +4,7 @@ # machine-independent string sources SRCS+= memccpy.c strcasecmp.c strcoll.c strdup.c strerror.c \ - strftime.c strmode.c strtok.c strxfrm.c swab.c + strmode.c strtok.c strxfrm.c swab.c # machine-dependent string sources .include "${.CURDIR}/${MACHINE}/string/Makefile.inc" @@ -84,7 +84,7 @@ MAN3+= string/bcmp.3 string/bcopy.3 string/bstring.3 string/bzero.3 \ string/memcmp.3 string/memcpy.3 string/memmove.3 string/memset.3 \ string/rindex.3 string/strcasecmp.3 string/strcat.3 string/strchr.3 \ string/strcmp.3 string/strcoll.3 string/strcpy.3 string/strcspn.3 \ - string/strftime.3 string/string.3 string/strlen.3 string/strmode.3 \ + string/string.3 string/strlen.3 string/strmode.3 \ string/strdup.3 string/strerror.3 string/strpbrk.3 string/strrchr.3 \ string/strsep.3 string/strspn.3 string/strstr.3 string/strtok.3 \ string/strxfrm.3 string/swab.3 |