On Tue, Apr 26, 2011 at 05:19:35AM -0700, Venkatesh Srinivas wrote: > commit ba2075d1ff7c5037f3d9e9d3fe65fc1fa9013093 > Author: Venkatesh Srinivas <[email protected]> > Date: Tue Apr 26 05:18:54 2011 -0700 > > libutil -- Import error functions from NetBSD. > > Summary of changes: > lib/libutil/Makefile | 6 ++- > lib/libutil/efun.3 | 114 ++++++++++++++++++++++++++++++++++++++++++ > lib/libutil/efun.c | 133 > +++++++++++++++++++++++++++++++++++++++++++++++++ > lib/libutil/libutil.h | 14 +++++-
This broke pkgsrc/devel/bmake (which breaks pkgsrc/bootstrap too); its configure script now detects emalloc() and adds -DUSE_EMALLOC flag to CFLAGS, but we have the header file for libutil as <libutil.h> which is different from NetBSD's <util.h> . If our libutil is already close enough to NetBSD's, just adding a symlink might be a possible solution. > http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ba2075d1ff7c5037f3d9e9d3fe65fc1fa9013093
