Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jan 2017 20:43:30 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r312312 - projects/netbsd-tests-upstream-01-2017/lib/libnetbsd
Message-ID:  <201701162043.v0GKhUX7046749@repo.freebsd.org>

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



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