Changeset 775
- Timestamp:
- Oct 2, 2003, 12:28:06 AM (22 years ago)
- Location:
- trunk/src/emx/src/lib/bsd/string
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/src/lib/bsd/string/strcasestr.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r774 r775 35 35 */ 36 36 37 #include "libc-alias.h" /* bird: get right mapping of libc functions. */ 37 38 #include <sys/cdefs.h> 38 39 __FBSDID("$FreeBSD: src/lib/libc/string/strcasestr.c,v 1.3 2002/03/21 18:44:54 obrien Exp $"); -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/emx/src/lib/bsd/string/strlcat.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r774 r775 31 31 static char *rcsid = "$OpenBSD: strlcat.c,v 1.2 1999/06/17 16:28:58 millert Exp $"); 32 32 #endif /* LIBC_SCCS and not lint */ 33 #include "libc-alias.h" /* bird: get right mapping of libc functions. */ 33 34 #include <sys/cdefs.h> 34 35 __FBSDID("$FreeBSD: src/lib/libc/string/strlcat.c,v 1.9 2003/05/01 19:03:14 nectar Exp $"); -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/emx/src/lib/bsd/string/strnstr.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r774 r775 39 39 static char sccsid[] = "@(#)strstr.c 8.1 (Berkeley) 6/4/93"; 40 40 #endif /* LIBC_SCCS and not lint */ 41 #include "libc-alias.h" /* bird: get right mapping of libc functions. */ 41 42 #include <sys/cdefs.h> 42 43 __FBSDID("$FreeBSD: src/lib/libc/string/strnstr.c,v 1.2 2001/11/07 19:55:16 obrien Exp $"); -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.