Changeset 370 for trunk/src/gmake/kmkbuiltin/strlcpy.c
- Timestamp:
- Dec 18, 2005, 4:48:02 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gmake/kmkbuiltin/strlcpy.c
r229 r370 30 30 #if defined(LIBC_SCCS) && !defined(lint) 31 31 static char *rcsid = "$OpenBSD: strlcpy.c,v 1.4 1999/05/01 18:56:41 millert Exp $"); 32 #endif /* LIBC_SCCS and not lint */33 32 #include <sys/cdefs.h> 34 33 //__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 */ 35 35 36 36 #include <sys/types.h>
Note:
See TracChangeset
for help on using the changeset viewer.