From e223d957c3be7cd41c2c8e143e2543a0d45259d2 Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Fri, 27 Oct 2017 05:04:29 +0000 Subject: [PATCH] Revert r325031. This breaks the build due to __FBSDID. Pointy hat to: cy --- lib/libc/stdio/gets.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/stdio/gets.c b/lib/libc/stdio/gets.c index 7a8d5bcd45cc..c75dcc202cc9 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 __FBSDID("$FreeBSD$"); -#include #include "namespace.h" #include #include