Re: Linux 2.2.18pre21

From: David S. Miller (davem@redhat.com)
Date: Fri Nov 10 2000 - 05:52:54 EST


   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/



This archive was generated by hypermail 2b29 : Wed Nov 15 2000 - 21:00:16 EST