patch-2.3.99-pre1 linux/include/linux/kmod.h
Next file: linux/include/linux/minix_fs.h
Previous file: linux/include/linux/iso_fs.h
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Tue Mar 14 18:36:40 2000
- Orig file:
v2.3.51/linux/include/linux/kmod.h
- Orig date:
Fri Mar 10 16:40:49 2000
diff -u --recursive --new-file v2.3.51/linux/include/linux/kmod.h linux/include/linux/kmod.h
@@ -10,7 +10,7 @@
extern int exec_usermodehelper(char *program_path, char *argv[], char *envp[]);
#else
static inline int request_module(const char * name) { return -ENOSYS; }
-extern inline int exec_usermodehelper(char *program_path, char *argv[], char *envp[])
+static inline int exec_usermodehelper(char *program_path, char *argv[], char *envp[])
{
return -EACCES;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)