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 ffb311d976f47..712ada18d364b 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[] = - "$Id: mktemp.c,v 1.4 1996/06/22 10:33:37 jraynard Exp $"; + "$Id: mktemp.c,v 1.4.2.1 1997/04/07 18:03:25 guido Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/types.h> |