Author: cy Date: Sat Nov 4 05:17:03 2017 New Revision: 325381 URL: https://svnweb.freebsd.org/changeset/base/325381
Log: MFC r325030: Remove redundant sys/cdefs.h include. Modified: stable/10/lib/libc/stdio/gets.c Directory Properties: stable/10/ (props changed) Changes in other areas also in this revision: Modified: stable/11/lib/libc/stdio/gets.c Directory Properties: stable/11/ (props changed) Modified: stable/10/lib/libc/stdio/gets.c ============================================================================== --- stable/10/lib/libc/stdio/gets.c Sat Nov 4 03:08:03 2017 (r325380) +++ stable/10/lib/libc/stdio/gets.c Sat Nov 4 05:17:03 2017 (r325381) @@ -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" _______________________________________________ svn-src-stable-10@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10 To unsubscribe, send any mail to "svn-src-stable-10-unsubscr...@freebsd.org"