SOURCES: twin-bitops.patch - s/extern/static/

witekfl witekfl at pld-linux.org
Wed Oct 3 19:08:09 CEST 2007


Author: witekfl                      Date: Wed Oct  3 17:08:09 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- s/extern/static/

---- Files affected:
SOURCES:
   twin-bitops.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/twin-bitops.patch
diff -u SOURCES/twin-bitops.patch:1.1 SOURCES/twin-bitops.patch:1.2
--- SOURCES/twin-bitops.patch:1.1	Sun Jan  4 12:50:18 2004
+++ SOURCES/twin-bitops.patch	Wed Oct  3 19:08:03 2007
@@ -18,7 +18,7 @@
 + * C language equivalents written by Theodore Ts'o, 9/26/92
 + */
 +
-+extern __inline__ int set_bit(int nr,long * addr)
++static __inline__ int set_bit(int nr,long * addr)
 +{
 +	int	mask, retval;
 +
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/twin-bitops.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list