diff options
author | obrien <obrien@FreeBSD.org> | 2001-07-10 17:48:07 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-07-10 17:48:07 +0000 |
commit | 5962fc323530e9d7fe403ffe664235869e91c8a5 (patch) | |
tree | a5088f1f4e403629b07b81c38d4dbb281f26ed56 /lib | |
parent | 7a827248f9e3c439e5388bd8ad49eb684bafa072 (diff) | |
download | FreeBSD-src-5962fc323530e9d7fe403ffe664235869e91c8a5.zip FreeBSD-src-5962fc323530e9d7fe403ffe664235869e91c8a5.tar.gz |
style nits
Diffstat (limited to 'lib')
-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 a6e994f..e75bb65 100644 --- a/lib/libc/string/Makefile.inc +++ b/lib/libc/string/Makefile.inc @@ -3,7 +3,7 @@ .PATH: ${.CURDIR}/../libc/${MACHINE_ARCH}/string ${.CURDIR}/../libc/string -CFLAGS += -I${.CURDIR}/../libc/locale +CFLAGS+= -I${.CURDIR}/../libc/locale # machine-independent string sources MISRCS+=bcmp.c bcopy.c bzero.c ffs.c index.c memccpy.c memchr.c memcmp.c \ @@ -13,7 +13,7 @@ MISRCS+=bcmp.c bcopy.c bzero.c ffs.c index.c memccpy.c memchr.c memcmp.c \ strpbrk.c strrchr.c strsep.c strsignal.c strspn.c strstr.c strtok.c \ strxfrm.c swab.c wcscat.c wcschr.c wcscmp.c wcscpy.c wcscspn.c \ wcslcat.c wcslcpy.c wcslen.c wcsncat.c wcsncmp.c wcsncpy.c wcspbrk.c \ - wcsrchr.c wcsspn.c wcsstr.c wmemchr.c wmemcmp.c wmemcpy.c \ + wcsrchr.c wcsspn.c wcsstr.c wmemchr.c wmemcmp.c wmemcpy.c \ wmemmove.c wmemset.c |