Revert r325031. This breaks the build due to __FBSDID.
Pointy hat to: cy
This commit is contained in:
parent
d022f5de53
commit
e223d957c3
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user