Ignore:
Timestamp:
Oct 8, 2007, 2:24:31 AM (18 years ago)
Author:
bird
Message:

more fixes - it all compiles now (linking fails of course).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/strlcpy.c

    r1218 r1222  
    2828 */
    2929
     30#if 0
    3031#if defined(LIBC_SCCS) && !defined(lint)
    3132static char *rcsid = "$OpenBSD: strlcpy.c,v 1.4 1999/05/01 18:56:41 millert Exp $");
     
    3334//__FBSDID("$FreeBSD: src/lib/libc/string/strlcpy.c,v 1.7 2003/05/01 19:03:14 nectar Exp $");
    3435#endif /* LIBC_SCCS and not lint */
     36#endif
    3537
    3638#include <sys/types.h>
Note: See TracChangeset for help on using the changeset viewer.