> make[2]: Entering directory `/usr/src/linux/fs'
> make[2]: Circular /usr/src/linux/include/linux/qnx4_fs.h <-
> /usr/src/linux/include/linux/fs.h dependency dropped.
That I hadn't spotted, which needs fixing up later...
> gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes
> -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe
> -mpreferred-stack-boundary=2 -march=i686 -malign-functions=4
> -DKBUILD_BASENAME=filesystems -DEXPORT_SYMTAB -c filesystems.c
> filesystems.c:20: parse error before `sys_nfsservctl'
> filesystems.c:21: warning: return-type defaults to `int'
fs/filesystems.c needs a #include <linux/linkage.h> added to it.
Thanks for the report.
-- | Dave Jones. http://www.codemonkey.org.uk | SuSE Labs- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/