aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorRuslan Bukin <br@FreeBSD.org>2018-07-03 15:48:34 +0000
committerRuslan Bukin <br@FreeBSD.org>2018-07-03 15:48:34 +0000
commit7d729cedcc62f823d7ca40c362da98b4ee942597 (patch)
tree27be1ba049d92946a667794557fbc7e369eebf73 /sbin
parent1d2ec69b5ef7de11ef91b059c79734866936f0e7 (diff)
downloadsrc-7d729cedcc62f823d7ca40c362da98b4ee942597.tar.gz
src-7d729cedcc62f823d7ca40c362da98b4ee942597.zip
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
Notes
Notes: svn path=/head/; revision=335893
Diffstat (limited to 'sbin')
-rw-r--r--sbin/hastd/pjdlog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/hastd/pjdlog.c b/sbin/hastd/pjdlog.c
index 9af694ba9951..9ac9a69b75da 100644
--- a/sbin/hastd/pjdlog.c
+++ b/sbin/hastd/pjdlog.c
@@ -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>