svn commit: r325032 - head/lib/libc/stdio

Cy Schubert cy at FreeBSD.org
Fri Oct 27 05:04:31 UTC 2017


Author: cy
Date: Fri Oct 27 05:04:29 2017
New Revision: 325032
URL: https://svnweb.freebsd.org/changeset/base/325032

Log:
  Revert r325031. This breaks the build due to __FBSDID.
  
  Pointy hat to:	cy

Modified:
  head/lib/libc/stdio/gets.c

Modified: head/lib/libc/stdio/gets.c
==============================================================================
--- head/lib/libc/stdio/gets.c	Fri Oct 27 04:51:05 2017	(r325031)
+++ head/lib/libc/stdio/gets.c	Fri Oct 27 05:04:29 2017	(r325032)
@@ -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>


More information about the svn-src-head mailing list