diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 1994-09-13 21:26:08 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 1994-09-13 21:26:08 +0000 |
| commit | a040910f9b2a4c305499d54fc868128b131917c1 (patch) | |
| tree | 59aafe236f02fdbccdbd9f64cd4f39014faa2fb0 /lib/libc/string | |
| parent | 8dde57bcc205efb36070417944cc619543864581 (diff) | |
Notes
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 0b770672487d..d0a9b0158e2c 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 |
