svn commit: r312312 - projects/netbsd-tests-upstream-01-2017/lib/libnetbsd
Ngie Cooper
ngie at FreeBSD.org
Mon Jan 16 20:43:31 UTC 2017
Author: ngie
Date: Mon Jan 16 20:43:30 2017
New Revision: 312312
URL: https://svnweb.freebsd.org/changeset/base/312312
Log:
Remove util.h (libutil.h) pollution from stdio.h compat header
Introducing libutil.h causes grief later because hexdump(3) in FreeBSD
and contrib/netbsd-tests/lib/libc/db/h_hash.c conflict.
I'm working adapting h_hash.c, but for now, unbreak the build in the
easiest way possible.
Modified:
projects/netbsd-tests-upstream-01-2017/lib/libnetbsd/stdio.h
Modified: projects/netbsd-tests-upstream-01-2017/lib/libnetbsd/stdio.h
==============================================================================
--- projects/netbsd-tests-upstream-01-2017/lib/libnetbsd/stdio.h Mon Jan 16 20:34:42 2017 (r312311)
+++ projects/netbsd-tests-upstream-01-2017/lib/libnetbsd/stdio.h Mon Jan 16 20:43:30 2017 (r312312)
@@ -32,6 +32,4 @@
#include_next <stdio.h>
-#include "util.h"
-
#endif /* _SHA1_H_ */
More information about the svn-src-projects
mailing list