Changeset 775


Ignore:
Timestamp:
Oct 2, 2003, 12:28:06 AM (22 years ago)
Author:
bird
Message:

LIBCification.

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 to 1.2
    r774 r775  
    3535 */
    3636
     37#include "libc-alias.h" /* bird: get right mapping of libc functions. */
    3738#include <sys/cdefs.h>
    3839__FBSDID("$FreeBSD: src/lib/libc/string/strcasestr.c,v 1.3 2002/03/21 18:44:54 obrien Exp $");
  • trunk/src/emx/src/lib/bsd/string/strlcat.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r774 r775  
    3131static char *rcsid = "$OpenBSD: strlcat.c,v 1.2 1999/06/17 16:28:58 millert Exp $");
    3232#endif /* LIBC_SCCS and not lint */
     33#include "libc-alias.h" /* bird: get right mapping of libc functions. */
    3334#include <sys/cdefs.h>
    3435__FBSDID("$FreeBSD: src/lib/libc/string/strlcat.c,v 1.9 2003/05/01 19:03:14 nectar Exp $");
  • trunk/src/emx/src/lib/bsd/string/strnstr.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r774 r775  
    3939static char sccsid[] = "@(#)strstr.c    8.1 (Berkeley) 6/4/93";
    4040#endif /* LIBC_SCCS and not lint */
     41#include "libc-alias.h" /* bird: get right mapping of libc functions. */
    4142#include <sys/cdefs.h>
    4243__FBSDID("$FreeBSD: src/lib/libc/string/strnstr.c,v 1.2 2001/11/07 19:55:16 obrien Exp $");
Note: See TracChangeset for help on using the changeset viewer.