Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > e13bdbccf28aef9f5083a287bdaf7b69 > files > 19

openafs.SLx-1.4.3-0.rc2.36.src.rpm

--- openafs-1.4.3rc2/configure.orig	2007-02-25 13:53:45.000000000 +0100
+++ openafs-1.4.3rc2/configure	2007-02-25 13:54:25.000000000 +0100
@@ -11936,7 +11936,7 @@
 {
 
 extern rwlock_t tasklist_lock __attribute__((weak));
-
+read_lock(&tasklist_lock);
 }
 
 MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
@@ -11969,6 +11969,7 @@
 {
 
 extern rwlock_t tasklist_lock __attribute__((weak));
+read_lock(&tasklist_lock);
 
   ;
   return 0;