diff options
Diffstat (limited to 'lib/libc/stdio/rget.c')
-rw-r--r-- | lib/libc/stdio/rget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/rget.c b/lib/libc/stdio/rget.c index 030d410e253e..dc0054817e25 100644 --- a/lib/libc/stdio/rget.c +++ b/lib/libc/stdio/rget.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)rget.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/lib/libc/stdio/rget.c,v 1.2.8.1 2001/03/05 11:27:49 obrien Exp $"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> |