diff options
| author | Stefan Farfeleder <stefanf@FreeBSD.org> | 2004-10-14 21:31:42 +0000 |
|---|---|---|
| committer | Stefan Farfeleder <stefanf@FreeBSD.org> | 2004-10-14 21:31:42 +0000 |
| commit | d749cd6f7c530ad3e705436f0221a8435d69620e (patch) | |
| tree | 60c44ce977f5a026b885cc3d26389df0bd523e73 /lib/libc/string/strlcpy.c | |
| parent | 1a32dca7a355757c610fdd941ac49c61f92bc224 (diff) | |
Notes
Diffstat (limited to 'lib/libc/string/strlcpy.c')
| -rw-r--r-- | lib/libc/string/strlcpy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/strlcpy.c b/lib/libc/string/strlcpy.c index a8a6cb7da86b..77180a58fd2c 100644 --- a/lib/libc/string/strlcpy.c +++ b/lib/libc/string/strlcpy.c @@ -28,7 +28,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: strlcpy.c,v 1.4 1999/05/01 18:56:41 millert Exp $"); +static char *rcsid = "$OpenBSD: strlcpy.c,v 1.4 1999/05/01 18:56:41 millert Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); |
