1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

Order the str*.c files mostly alphabetical.

Submitted by:	Florian Smeets <flo kasimir com>
MFC after:	2 weeks
This commit is contained in:
Konstantin Belousov 2008-12-06 09:28:46 +00:00
parent 2c2029ada9
commit 6197062881
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=185689

View File

@ -9,9 +9,9 @@ CFLAGS+= -I${.CURDIR}/locale
MISRCS+=bcmp.c bcopy.c bzero.c ffs.c ffsl.c ffsll.c fls.c flsl.c flsll.c \
index.c memccpy.c memchr.c memrchr.c memcmp.c \
memcpy.c memmem.c memmove.c memset.c rindex.c stpcpy.c strcasecmp.c \
strcat.c strchr.c strcmp.c strcoll.c strcpy.c strcspn.c strdup.c \
strerror.c strlcat.c strlcpy.c strlen.c strmode.c strncat.c strncmp.c \
strncpy.c strcasestr.c strnstr.c \
strcat.c strcasestr.c strchr.c strcmp.c strcoll.c strcpy.c strcspn.c \
strdup.c strerror.c strlcat.c strlcpy.c strlen.c strmode.c strncat.c \
strncmp.c strncpy.c strnstr.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 wcscoll.c wcscpy.c \
wcscspn.c wcsdup.c \