diff options
Diffstat (limited to 'lib/libc/string/bcopy.c')
-rw-r--r-- | lib/libc/string/bcopy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/bcopy.c b/lib/libc/string/bcopy.c index 0c2ec94fc43a4..983b2fbb160f6 100644 --- a/lib/libc/string/bcopy.c +++ b/lib/libc/string/bcopy.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)bcopy.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/string/bcopy.c,v 1.6 2003/10/26 03:55:58 peter Exp $"); #include <sys/types.h> |