Re: cant compile 2.5.3-dj1

From: Adrian Bunk (bunk@fs.tum.de)
Date: Sun Feb 03 2002 - 02:12:17 EST


On Sun, 3 Feb 2002, Kurt Johnson wrote:

> Hello,
>...

Hi Kurt,

> filesystems.c
> filesystems.c:36: syntax error before `int'
> make[2]: *** [filesystems.o] Error 1
> make[2]: Leaving directory
> `/usr/local/src/linux-2.5/fs'
> make[1]: *** [first_rule] Error 2
> make[1]: Leaving directory
> `/usr/local/src/linux-2.5/fs'
> make: *** [_dir_fs] Error 2
>
> Is this a known issue? If so, is there any patch?

This is a known issue. The patch is:

--- fs/filesystems.c.old Fri Feb 1 08:55:12 2002
+++ fs/filesystems.c Fri Feb 1 08:55:41 2002
@@ -12,6 +12,7 @@
 #include <linux/smp_lock.h>
 #include <linux/kmod.h>
 #include <linux/nfsd/interface.h>
+#include <linux/linkage.h>

 #if defined(CONFIG_NFSD_MODULE)
 struct nfsd_linkage *nfsd_linkage = NULL;

> Regards,
>
> /kj

cu
Adrian

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



This archive was generated by hypermail 2b29 : Thu Feb 07 2002 - 21:00:26 EST