diff options
Diffstat (limited to 'sys/libkern/strlcpy.c')
-rw-r--r-- | sys/libkern/strlcpy.c | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/sys/libkern/strlcpy.c b/sys/libkern/strlcpy.c index fde5ff5..30ec341 100644 --- a/sys/libkern/strlcpy.c +++ b/sys/libkern/strlcpy.c @@ -28,14 +28,10 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -#if 0 -static char *rcsid = "$OpenBSD: strlcpy.c,v 1.4 1999/05/01 18:56:41 millert Exp $"; -#endif +static char *rcsid = "$OpenBSD: strlcpy.c,v 1.4 1999/05/01 18:56:41 millert Exp $"); #endif /* LIBC_SCCS and not lint */ -#ifndef lint -static const char rcsid[] = - "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <sys/types.h> #include <string.h> |