* [PATCH] mm4: add-do_proc_doulonglongvec_minmax-to-sysctl-functions
@ 2004-11-10 14:14 Magnus Damm
0 siblings, 0 replies; only message in thread
From: Magnus Damm @ 2004-11-10 14:14 UTC (permalink / raw)
To: Linux Kernel
[-- Attachment #1: Type: text/plain, Size: 78 bytes --]
Heya,
This patch makes the code compile with CONFIG_SYSCTL unset.
/ magnus
[-- Attachment #2: linux-2.6.10-rc1-mm4-no_sysctl.patch --]
[-- Type: text/x-patch, Size: 596 bytes --]
diff -urN linux-2.6.10-rc1-mm4/kernel/sysctl.c linux-2.6.10-rc1-mm4-no_sysctl/kernel/sysctl.c
--- linux-2.6.10-rc1-mm4/kernel/sysctl.c 2004-11-09 19:38:16.000000000 +0100
+++ linux-2.6.10-rc1-mm4-no_sysctl/kernel/sysctl.c 2004-11-10 14:28:34.181959944 +0100
@@ -2313,6 +2313,12 @@
return -ENOSYS;
}
+int proc_doulonglongvec_minmax(ctl_table *table, int write, struct file *filp,
+ void __user *buffer, size_t *lenp, loff_t *ppos)
+{
+ return -ENOSYS;
+}
+
int proc_doulongvec_ms_jiffies_minmax(ctl_table *table, int write,
struct file *filp,
void __user *buffer,
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-11-10 14:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-10 14:14 [PATCH] mm4: add-do_proc_doulonglongvec_minmax-to-sysctl-functions Magnus Damm
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).