From 5dfdf04b01e81b9381039f3af1fed2eec80591c9 Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Sun, 30 May 2004 19:07:46 +0000 Subject: [PATCH] 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. --- src/afs/LINUX/osi_module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5