diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2017-10-27 04:51:05 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2017-10-27 04:51:05 +0000 |
| commit | d022f5de532287ab239dc30b721c47655e9f6401 (patch) | |
| tree | e05c79010a57d51b5716704ffade4b7710532b02 /lib/libc/stdio | |
| parent | d3add8e174ea4fd064627850e9b1f102ecb00e69 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdio')
| -rw-r--r-- | lib/libc/stdio/gets.c | 2 |
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> |
