diff options
Diffstat (limited to 'lib/libc/stdio/scanf.c')
-rw-r--r-- | lib/libc/stdio/scanf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/scanf.c b/lib/libc/stdio/scanf.c index 94f77beb424f..8fc0dce5c780 100644 --- a/lib/libc/stdio/scanf.c +++ b/lib/libc/stdio/scanf.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)scanf.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id: scanf.c,v 1.5 1997/02/22 15:02:25 peter Exp $"; + "$Id: scanf.c,v 1.6 1998/04/11 07:40:46 jb Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> |