PERFORCE change 229326 for review
    Brooks Davis 
    brooks at FreeBSD.org
       
    Mon Jun  3 19:11:39 UTC 2013
    
    
  
http://p4web.freebsd.org/@@229326?ac=10
Change 229326 by brooks at brooks_zenith on 2013/06/03 19:10:51
	Manual merge of 00bd892 to allow the tree to build with
	llvm-devl-3.4.r182968.
Affected files ...
.. //depot/projects/ctsrd/tesla/src/lib/libtesla/tesla_store.c#2 edit
Differences ...
==== //depot/projects/ctsrd/tesla/src/lib/libtesla/tesla_store.c#2 (text+ko) ====
@@ -43,7 +43,7 @@
 void		tesla_pthread_destructor(void*);
 #endif
 
-struct tesla_store global_store = { .length = 0 };
+static struct tesla_store global_store = { .length = 0 };
 
 static void	tesla_class_acquire(tesla_class*);
 
    
    
More information about the p4-projects
mailing list