Revert 335888 ("Ensure va_list is declared by including stdarg.h.")

The issue was caused by header pollution brought by GCC 8.1.

We now have to remove include-fixed headers in the GCC installation
directory.

Sponsored by:	DARPA, AFRL
Pointed out by:	jhb
This commit is contained in:
Ruslan Bukin 2018-07-03 15:48:34 +00:00
parent 1d2ec69b5e
commit 7d729cedcc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=335893
3 changed files with 2 additions and 3 deletions

View file

@ -35,7 +35,6 @@
#include <sys/cdefs.h>
__RCSID("$NetBSD: blacklistctl.c,v 1.21 2016/11/02 03:15:07 jnemeth Exp $");
#include <stdarg.h>
#include <stdio.h>
#include <time.h>
#ifdef HAVE_LIBUTIL_H

View file

@ -43,8 +43,8 @@ __FBSDID("$FreeBSD$");
#include <errno.h>
#include <libutil.h>
#include <limits.h>
#include <stdarg.h>
#include <printf.h>
#include <stdarg.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>

View file

@ -41,8 +41,8 @@ __FBSDID("$FreeBSD$");
#include <assert.h>
#include <errno.h>
#include <libutil.h>
#include <stdarg.h>
#include <printf.h>
#include <stdarg.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>