svn commit: r325381 - in stable: 10/lib/libc/stdio 11/lib/libc/stdio
Cy Schubert
cy at FreeBSD.org
Sat Nov 4 05:17:05 UTC 2017
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/11/lib/libc/stdio/gets.c
Directory Properties:
stable/11/ (props changed)
Changes in other areas also in this revision:
Modified:
stable/10/lib/libc/stdio/gets.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/11/lib/libc/stdio/gets.c
==============================================================================
--- stable/11/lib/libc/stdio/gets.c Sat Nov 4 03:08:03 2017 (r325380)
+++ stable/11/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"
More information about the svn-src-stable-11
mailing list