On Wed, 18 Apr 2001, Jeff Chua wrote:
> depmod: *** Unresolved symbols in /lib/modules/2.4.4-pre4/kernel/fs/nfsd/nfsd.o
> depmod: nfsd_linkage_Rb56858ea
Grrr...
Add #include <linux/module.h> to fs/filesystems.c. My apologies.
--- fs/filesystems.c Tue Apr 17 23:40:32 2001
+++ /tmp/filesystems.c Wed Apr 18 00:41:01 2001
@@ -7,6 +7,7 @@
*/
#include <linux/config.h>
+#include <linux/module.h>
#include <linux/sched.h>
#include <linux/smp_lock.h>
#include <linux/kmod.h>
-
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 : Mon Apr 23 2001 - 21:00:25 EST