Messages in this thread |  | | Date | Sun, 12 Nov 2000 07:22:49 -0500 | From | Jeff Garzik <> |
| |
Arjan Filius wrote: > > Hello, > > I noticed also md.c doesn't compile (gcc version 2.95.2 ) > Here is the (stripped) output from a make -i modules: > > make -C md modules > make[2]: Entering directory `/usr/src/linux-2.4.0-test11-pre3/drivers/md' > gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -mpreferred-stack-boundary=2 -march=k6 -DMODULE -DMODVERSIONS -include /usr/src/linux/include/linux/modversions.h -DEXPORT_SYMTAB -c md.c > In file included from md.c:33: > /usr/src/linux/include/linux/sysctl.h:35: parse error before `size_t'
Either md.c or sysctl.h needs to include <linux/types.h>.
-- Jeff Garzik | Building 1024 | Would you like a Twinkie? MandrakeSoft | - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |