diff options
| author | John Birrell <jb@FreeBSD.org> | 2007-11-28 22:58:09 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 2007-11-28 22:58:09 +0000 |
| commit | ee8a5fa77dc1f893f5c19bd09c70f7840d4ea1ba (patch) | |
| tree | d45fe1bc500e7beca5a40b346e7133ba2aa517eb /cddl/lib | |
| parent | 43e23d1b4c40b4697480f11e272161d7a4de9083 (diff) | |
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.
Notes
svn path=/head/; revision=174059
Diffstat (limited to 'cddl/lib')
| -rw-r--r-- | cddl/lib/libnvpair/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cddl/lib/libnvpair/Makefile b/cddl/lib/libnvpair/Makefile index 57ced0609663..62e0794cc127 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> |
