diff options
Diffstat (limited to 'lib/libc/stdio/mktemp.c')
| -rw-r--r-- | lib/libc/stdio/mktemp.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/libc/stdio/mktemp.c b/lib/libc/stdio/mktemp.c index aa03047f872f..bc4c928e2de9 100644 --- a/lib/libc/stdio/mktemp.c +++ b/lib/libc/stdio/mktemp.c @@ -36,7 +36,7 @@  static char sccsid[] = "@(#)mktemp.c	8.1 (Berkeley) 6/4/93";  #endif  static const char rcsid[] = -		"$FreeBSD$"; +		"$Id$";  #endif /* LIBC_SCCS and not lint */  #include <sys/types.h> | 
