Messages in this thread Patch in this message |  | | Date | Fri, 10 Nov 2000 02:52:54 -0800 | From | "David S. Miller" <> | Subject | Re: Linux 2.2.18pre21 |
| |
Date: Fri, 10 Nov 2000 11:59:25 +0100 From: "Arnaud S . Launay" <asl@launay.org>
trivial patch included, not sure it's the right one.
This one is better:
--- kernel/sysctl.c.~1~ Thu Nov 9 19:41:52 2000 +++ kernel/sysctl.c Fri Nov 10 02:52:30 2000 @@ -1173,6 +1173,13 @@ return -ENOSYS; } +int sysctl_jiffies(ctl_table *table, int *name, int nlen, + void *oldval, size_t *oldlenp, + void *newval, size_t newlen, void **context) +{ + return -ENOSYS; +} + int proc_dostring(ctl_table *table, int write, struct file *filp, void *buffer, size_t *lenp) { - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |