diff options
author | obrien <obrien@FreeBSD.org> | 2004-10-16 06:32:43 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2004-10-16 06:32:43 +0000 |
commit | 3d93a60e7f984aca93a17eaff0c36ab08ffe20b0 (patch) | |
tree | 5cd1826bf60b4057d1c89a093874587546acd570 /lib/libc/string | |
parent | 877c41c5953b62bce7d4fd6a6f6ac91ab0c86843 (diff) | |
download | FreeBSD-src-3d93a60e7f984aca93a17eaff0c36ab08ffe20b0.zip FreeBSD-src-3d93a60e7f984aca93a17eaff0c36ab08ffe20b0.tar.gz |
Enable building with LIBC_SCCS defined.
Bug submitted by: Andrea Campi <andrea+freebsd_current@webcom.it>
Diffstat (limited to 'lib/libc/string')
-rw-r--r-- | lib/libc/string/strlcat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/strlcat.c b/lib/libc/string/strlcat.c index 2c2fa56..7f19f6b 100644 --- a/lib/libc/string/strlcat.c +++ b/lib/libc/string/strlcat.c @@ -28,7 +28,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: strlcat.c,v 1.2 1999/06/17 16:28:58 millert Exp $"); +static char *rcsid = "$OpenBSD: strlcat.c,v 1.2 1999/06/17 16:28:58 millert Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); |