diff options
Diffstat (limited to 'lib/libc/stdio/tempnam.c')
| -rw-r--r-- | lib/libc/stdio/tempnam.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/libc/stdio/tempnam.c b/lib/libc/stdio/tempnam.c index ea4a2c8ca63a..4cd2c79a0f8e 100644 --- a/lib/libc/stdio/tempnam.c +++ b/lib/libc/stdio/tempnam.c @@ -31,7 +31,7 @@  static char sccsid[] = "@(#)tempnam.c	8.1 (Berkeley) 6/4/93";  #endif /* LIBC_SCCS and not lint */  #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libc/stdio/tempnam.c,v 1.11.10.1.8.1 2012/03/03 06:15:13 kensmith Exp $");  #include <sys/param.h>  #include <errno.h> | 
