summaryrefslogtreecommitdiffstats
path: root/cddl/lib
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>2007-11-28 22:58:09 +0000
committerjb <jb@FreeBSD.org>2007-11-28 22:58:09 +0000
commit769c37d0bacccdef8e683fda1bfc004638cf9164 (patch)
treed45fe1bc500e7beca5a40b346e7133ba2aa517eb /cddl/lib
parent55fd7467ec11b5e52f73f2df238c0b9c01a57271 (diff)
downloadFreeBSD-src-769c37d0bacccdef8e683fda1bfc004638cf9164.zip
FreeBSD-src-769c37d0bacccdef8e683fda1bfc004638cf9164.tar.gz
Remove _SOLARIS_C_SOURCE now that it doesn't do anything in FreeBSD
headers. All OpenSolaris compatibility comes via the set of specific compatibility headers in src/compat/opensolaris and src/sys/compat/opensolaris.
Diffstat (limited to 'cddl/lib')
-rw-r--r--cddl/lib/libnvpair/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cddl/lib/libnvpair/Makefile b/cddl/lib/libnvpair/Makefile
index 57ced06..62e0794 100644
--- a/cddl/lib/libnvpair/Makefile
+++ b/cddl/lib/libnvpair/Makefile
@@ -10,8 +10,8 @@ SRCS= libnvpair.c \
nvpair_alloc_fixed.c \
nvpair.c
+CFLAGS+= -I${.CURDIR}/../../../compat/opensolaris/include
CFLAGS+= -I${.CURDIR}/../../../sys/compat/opensolaris
-CFLAGS+= -I${.CURDIR}/../../../include # XXX
CFLAGS+= -I${.CURDIR}/../../../sys/contrib/opensolaris/uts/common
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud