Re: Linux 2.5.3-dj1

Dave Jones (davej@suse.de)
Fri, 1 Feb 2002 03:53:08 +0100 (CET)


On Thu, 31 Jan 2002, A Guy Called Tyketto wrote:

> 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/