]> git.pld-linux.org Git - packages/kernel.git/commitdiff
Fixed bug introduced in pre20. Now 386-BOOT kernel can link correctly
authorkloczek <kloczek@pld-linux.org>
Tue, 21 Nov 2000 07:43:30 +0000 (07:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
(patch posted to l-k).

Changed files:
    kernel-sysctl.c_sysctl_intvec.patch -> 1.1

kernel-sysctl.c_sysctl_intvec.patch [new file with mode: 0644]

diff --git a/kernel-sysctl.c_sysctl_intvec.patch b/kernel-sysctl.c_sysctl_intvec.patch
new file mode 100644 (file)
index 0000000..263e198
--- /dev/null
@@ -0,0 +1,16 @@
+--- linux/kernel/sysctl.c.org  Tue Nov 21 08:01:25 2000
++++ linux/kernel/sysctl.c      Tue Nov 21 08:00:33 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)
+ {
This page took 0.054067 seconds and 4 git commands to generate.