diff options
Diffstat (limited to 'lib/libc/stdio/fgetln.c')
| -rw-r--r-- | lib/libc/stdio/fgetln.c | 6 | 
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libc/stdio/fgetln.c b/lib/libc/stdio/fgetln.c index c607a9c27bee..b0f165918c95 100644 --- a/lib/libc/stdio/fgetln.c +++ b/lib/libc/stdio/fgetln.c @@ -35,12 +35,10 @@   */  #if defined(LIBC_SCCS) && !defined(lint) -#if 0  static char sccsid[] = "@(#)fgetln.c	8.2 (Berkeley) 1/2/94"; -#endif -static const char rcsid[] = -  "$FreeBSD$";  #endif /* LIBC_SCCS and not lint */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$");  #include "namespace.h"  #include <stdio.h>  | 
