Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Oct 2017 04:47:44 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r325030 - head/lib/libc/stdio
Message-ID:  <201710270447.v9R4liOC054334@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710270447.v9R4liOC054334>