aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdio
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2017-10-27 04:51:05 +0000
committerCy Schubert <cy@FreeBSD.org>2017-10-27 04:51:05 +0000
commitd022f5de532287ab239dc30b721c47655e9f6401 (patch)
treee05c79010a57d51b5716704ffade4b7710532b02 /lib/libc/stdio
parentd3add8e174ea4fd064627850e9b1f102ecb00e69 (diff)
Notes
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r--lib/libc/stdio/gets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/gets.c b/lib/libc/stdio/gets.c
index c75dcc202cc9..7a8d5bcd45cc 100644
--- a/lib/libc/stdio/gets.c
+++ b/lib/libc/stdio/gets.c
@@ -33,9 +33,9 @@
#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)gets.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
-#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
+#include <sys/cdefs.h>
#include "namespace.h"
#include <unistd.h>
#include <stdio.h>