lkml.org 
[lkml]   [2000]   [Nov]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: Linux 2.2.18pre21
Le Fri, Nov 10, 2000 at 03:07:21AM +0000, Alan Cox a écrit:
> Anything which isnt a strict bug fix or previously agreed is now 2.2.19
> material.

Compiling 2.2.18pre21 without sysctl gives an error at linkage:
kernel/kernel.o(__ksymtab+0x608): undefined reference to `sysctl_jiffies'

trivial patch included, not sure it's the right one.

Arnaud.
--- linux/kernel/ksyms.old Fri Nov 10 11:58:20 2000
+++ linux/kernel/ksyms.c Fri Nov 10 11:58:24 2000
@@ -284,7 +284,6 @@
EXPORT_SYMBOL(register_sysctl_table);
EXPORT_SYMBOL(unregister_sysctl_table);
EXPORT_SYMBOL(sysctl_string);
-EXPORT_SYMBOL(sysctl_jiffies);
EXPORT_SYMBOL(sysctl_intvec);
EXPORT_SYMBOL(proc_dostring);
EXPORT_SYMBOL(proc_dointvec);
\
 
 \ /
  Last update: 2005-03-22 12:45    [W:0.154 / U:0.064 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site