Date: Sat, 4 Nov 2017 05:17:04 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r325381 - in stable: 10/lib/libc/stdio 11/lib/libc/stdio Message-ID: <201711040517.vA45H4uu059308@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711040517.vA45H4uu059308>