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

Cy Schubert cy at FreeBSD.org
Fri Oct 27 04:47:45 UTC 2017


Author: cy
Date: Fri Oct 27 04:47:44 2017
New Revision: 325030
URL: https://svnweb.freebsd.org/changeset/base/325030

Log:
  Remove redundant sys/cdefs.h include.
  
  MFC after:	1 week

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

Modified: head/lib/libc/stdio/gets.c
==============================================================================
--- head/lib/libc/stdio/gets.c	Fri Oct 27 04:38:42 2017	(r325029)
+++ head/lib/libc/stdio/gets.c	Fri Oct 27 04:47:44 2017	(r325030)
@@ -39,7 +39,6 @@ __FBSDID("$FreeBSD$");
 #include "namespace.h"
 #include <unistd.h>
 #include <stdio.h>
-#include <sys/cdefs.h>
 #include "un-namespace.h"
 #include "libc_private.h"
 #include "local.h"


More information about the svn-src-head mailing list