a little patch for 71

Harald Evensen (haralde@pvv.unit.no)
Mon, 4 Mar 1996 15:06:33 +0100


A small patch to make 71 work if you're not compiling with modules
support:

--- linux/fs/exec.c.orig Sat Mar 2 19:29:23 1996
+++ linux/fs/exec.c Mon Mar 4 15:04:54 1996
@@ -106,12 +106,12 @@
}
return -EINVAL;
}
+#endif /* CONFIG_MODULES */

struct linux_binfmt * get_binfmt_list()
{
return formats;
}
-#endif /* CONFIG_MODULES */

int open_inode(struct inode * inode, int mode)
{

regards, Harald