From: Sam Hartman Date: Sun, 30 May 2004 19:07:46 +0000 (+0000) Subject: in osi_module.c: X-Git-Tag: debian/1.3.64-1~8 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=5dfdf04b01e81b9381039f3af1fed2eec80591c9;p=packages%2Fo%2Fopenafs.git in osi_module.c: Don't set sys_settimeofday to 0 because it doesn't seem like the symbol is defined or used on the codepath where it is set. This is a hack; upstream solution is preferred. --- diff --git a/src/afs/LINUX/osi_module.c b/src/afs/LINUX/osi_module.c index 202b51b9c..c34950bbe 100644 --- a/src/afs/LINUX/osi_module.c +++ b/src/afs/LINUX/osi_module.c @@ -369,7 +369,7 @@ init_module(void) #endif /* EXPORTED_KALLSYMS_ADDRESS */ if (!sys_call_table) { printf("Failed to find address of sys_call_table\n"); - sys_settimeofdayp = 0; + /* sys_settimeofdayp = 0;*/ } else { printf("Found sys_call_table at %x\n", sys_call_table); #ifdef AFS_SPARC64_LINUX20_ENV