Changeset 1222 for trunk/src/kash/strlcpy.c
- Timestamp:
- Oct 8, 2007, 2:24:31 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/strlcpy.c
r1218 r1222 28 28 */ 29 29 30 #if 0 30 31 #if defined(LIBC_SCCS) && !defined(lint) 31 32 static char *rcsid = "$OpenBSD: strlcpy.c,v 1.4 1999/05/01 18:56:41 millert Exp $"); … … 33 34 //__FBSDID("$FreeBSD: src/lib/libc/string/strlcpy.c,v 1.7 2003/05/01 19:03:14 nectar Exp $"); 34 35 #endif /* LIBC_SCCS and not lint */ 36 #endif 35 37 36 38 #include <sys/types.h>
Note:
See TracChangeset
for help on using the changeset viewer.