summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2017-04-27 23:14:01 +0000
committerpfg <pfg@FreeBSD.org>2017-04-27 23:14:01 +0000
commit2005e5ab86fbf9b6de1f7786cf443c4ac4c7f6c0 (patch)
treeb6791b89021f4ec8331ea01080b14b1543a7f4a1 /sys/modules
parent6073a857a217571b8ae6dbb2f4138489a29ed142 (diff)
downloadFreeBSD-src-2005e5ab86fbf9b6de1f7786cf443c4ac4c7f6c0.zip
FreeBSD-src-2005e5ab86fbf9b6de1f7786cf443c4ac4c7f6c0.tar.gz
Revert r314937 as anonymous unions in GCC don't seem to work.
This has been breaking the powerpc(LINT64 at least) for quite a while now. Reported by: emaste
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/ext2fs/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/modules/ext2fs/Makefile b/sys/modules/ext2fs/Makefile
index fa908fa..fc10ab0 100644
--- a/sys/modules/ext2fs/Makefile
+++ b/sys/modules/ext2fs/Makefile
@@ -7,7 +7,4 @@ SRCS= opt_ddb.h opt_directio.h opt_quota.h opt_suiddir.h vnode_if.h \
ext2_htree.c ext2_inode.c ext2_inode_cnv.c ext2_lookup.c ext2_subr.c \
ext2_vfsops.c ext2_vnops.c
-# Uses unamed union fields
-CFLAGS+= ${GCC_MS_EXTENSIONS}
-
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud