]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
in osi_module.c:
authorSam Hartman <hartmans@debian.org>
Sun, 30 May 2004 19:07:46 +0000 (19:07 +0000)
committerSam Hartman <hartmans@debian.org>
Sun, 30 May 2004 19:07:46 +0000 (19:07 +0000)
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

index 202b51b9ce2ba78c77228f0c1d290cedc4f68061..c34950bbe78d29a0f485c45d6bbae05f9a405a74 100644 (file)
@@ -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