Subject: CVS commit: syssrc/sys/lib/libkern
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 10/10/2002 13:51:57
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.