lkml.org 
[lkml]   [1996]   [Mar]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subjecta little patch for 71
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


\
 
 \ /
  Last update: 2005-03-22 13:36    [W:0.117 / U:0.400 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site