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