diff options
author | jb <jb@FreeBSD.org> | 2007-11-28 22:58:09 +0000 |
---|---|---|
committer | jb <jb@FreeBSD.org> | 2007-11-28 22:58:09 +0000 |
commit | 769c37d0bacccdef8e683fda1bfc004638cf9164 (patch) | |
tree | d45fe1bc500e7beca5a40b346e7133ba2aa517eb /sys/modules/zfs | |
parent | 55fd7467ec11b5e52f73f2df238c0b9c01a57271 (diff) | |
download | FreeBSD-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 'sys/modules/zfs')
-rw-r--r-- | sys/modules/zfs/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/modules/zfs/Makefile b/sys/modules/zfs/Makefile index c9157af..8ab1e3e 100644 --- a/sys/modules/zfs/Makefile +++ b/sys/modules/zfs/Makefile @@ -76,8 +76,6 @@ CWARNFLAGS+=-Wno-uninitialized CWARNFLAGS+=-Wno-unused CWARNFLAGS+=-Wno-switch -CFLAGS+=-D_SOLARIS_C_SOURCE - CFLAGS+=-I${.CURDIR}/../../compat/opensolaris CFLAGS+=-I${.CURDIR}/../../contrib/opensolaris/uts/common/fs/zfs CFLAGS+=-I${.CURDIR}/../../contrib/opensolaris/uts/common/zmod |