Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc/sys/lib/libkern



Module Name:    syssrc
Committed By:   jdolecek
Date:           Thu Oct 10 10:51:56 UTC 2002

Modified Files:
        syssrc/sys/lib/libkern: ffs.c

Log Message:
#undef ffs before the ffs() function definition, so that the name
isn't rewrote to __builtin_ffs() on gcc 2.95+; this fixes compilation
on sun2
also change the comment for function


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 syssrc/sys/lib/libkern/ffs.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index