Ignore:
Timestamp:
Dec 18, 2005, 4:48:02 AM (20 years ago)
Author:
bird
Message:

o Ported all kmk builtins to win32.
o Fixed serveral bugs in kmk builtins.
o Probably broke both linux, bsd and OS/2. :-)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gmake/kmkbuiltin/strlcpy.c

    r229 r370  
    3030#if defined(LIBC_SCCS) && !defined(lint)
    3131static char *rcsid = "$OpenBSD: strlcpy.c,v 1.4 1999/05/01 18:56:41 millert Exp $");
    32 #endif /* LIBC_SCCS and not lint */
    3332#include <sys/cdefs.h>
    3433//__FBSDID("$FreeBSD: src/lib/libc/string/strlcpy.c,v 1.7 2003/05/01 19:03:14 nectar Exp $");
     34#endif /* LIBC_SCCS and not lint */
    3535
    3636#include <sys/types.h>
Note: See TracChangeset for help on using the changeset viewer.