diff options
Diffstat (limited to 'lib/libstand/strdup.c')
-rw-r--r-- | lib/libstand/strdup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libstand/strdup.c b/lib/libstand/strdup.c index 2204d33e052fb..1043c60e50b3b 100644 --- a/lib/libstand/strdup.c +++ b/lib/libstand/strdup.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libstand/strdup.c,v 1.2 2001/09/30 22:28:01 dillon Exp $"); #if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)strdup.c 8.1 (Berkeley) 6/4/93"; |