diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-03-05 11:10:12 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-03-05 11:10:12 +0000 |
commit | eed5465d4e2e0fa22768f2355cf7daa0084a5e6b (patch) | |
tree | f63c22cf91c40a8c487508a1a86ee630171ea5cb | |
parent | 2c4b10dd85df1c4bf7d54fb68adbf12b469c49df (diff) |
Notes
-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 4ec796fa14a38..030d410e253e5 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$"; #endif /* LIBC_SCCS and not lint */ #include <stdio.h> |