Compile the kernel with -fno-common to guarentee that we do not accidently
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 16 Feb 2004 19:57:39 +0000 (19:57 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 16 Feb 2004 19:57:39 +0000 (19:57 +0000)
commita4786b575c66435f4836105312400f6567d1ce4f
tree20d5e9cd8befc11635cef12b71a2345e0618bbb4
parentdf406a13916574e171d4bc2f43b0a97d0ba0da72
Compile the kernel with -fno-common to guarentee that we do not accidently
put non-extern'd variable declarations in header files.  Our module loader
no longer deals with commons so duplicate declarations can cause kldloaded
modules to fail, and its sloppy programming anyway.
sys/conf/Makefile.amd64
sys/conf/Makefile.i386
sys/conf/bsd.kern.mk
sys/conf/files.i386