aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdio/printf.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/stdio/printf.c')
-rw-r--r--lib/libc/stdio/printf.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/libc/stdio/printf.c b/lib/libc/stdio/printf.c
index 20e5b7b0e3cd..f67e3d51a398 100644
--- a/lib/libc/stdio/printf.c
+++ b/lib/libc/stdio/printf.c
@@ -37,10 +37,6 @@
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)printf.c 8.1 (Berkeley) 6/4/93";
-#endif /* LIBC_SCCS and not lint */
-#include <sys/cdefs.h>
#include <stdio.h>
#include <stdarg.h>
#include <xlocale.h>