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 45a541432cf53..2c718f0b297e2 100644 --- a/lib/libstand/strdup.c +++ b/lib/libstand/strdup.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libstand/strdup.c,v 1.3 2007/01/09 01:02:04 imp Exp $"); #if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)strdup.c 8.1 (Berkeley) 6/4/93"; |