diff options
Diffstat (limited to 'lib/libc/stdio/rget.c')
-rw-r--r-- | lib/libc/stdio/rget.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/libc/stdio/rget.c b/lib/libc/stdio/rget.c index 530fb67b0ff1..6f57ad4bc0f3 100644 --- a/lib/libc/stdio/rget.c +++ b/lib/libc/stdio/rget.c @@ -32,12 +32,6 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)rget.c 8.1 (Berkeley) 6/4/93"; -#endif /* LIBC_SCCS and not lint */ -#include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <stdio.h> #include "local.h" |