svn commit: r185689 - head/lib/libc/string

Konstantin Belousov kib at FreeBSD.org
Sat Dec 6 01:28:46 PST 2008


Author: kib
Date: Sat Dec  6 09:28:46 2008
New Revision: 185689
URL: http://svn.freebsd.org/changeset/base/185689

Log:
  Order the str*.c files mostly alphabetical.
  
  Submitted by:	Florian Smeets <flo kasimir com>
  MFC after:	2 weeks

Modified:
  head/lib/libc/string/Makefile.inc

Modified: head/lib/libc/string/Makefile.inc
==============================================================================
--- head/lib/libc/string/Makefile.inc	Sat Dec  6 07:38:14 2008	(r185688)
+++ head/lib/libc/string/Makefile.inc	Sat Dec  6 09:28:46 2008	(r185689)
@@ -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 \


More information about the svn-src-all mailing list