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