Le Sun, Nov 19, 2000 at 01:11:33AM +0000, Alan Cox a écrit:
> Bugs to go: PS/2 mouse detection
> Anything which isnt a strict bug fix or previously agreed is now 2.2.19
> material.

Once again, I needed this patch by Dave Miller to compile the
kernel:


--- 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)
 {

        Arnaud.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to