cvs commit: src/sys/libkern crc32.c
Matthew Dillon
dillon at apollo.backplane.com
Wed Feb 6 10:04:32 PST 2008
:> http://www.dragonflybsd.org/cvsweb/src/sys/libkern/crc32.c.diff?r1=1.3&r2=1.4&f=u
:
:This gives a 'redundant declaration' warning here. Shouldn't crc32.c
:rather include <sys/systm.h>?
:
:Sascha
The problem is that the file is used by both userland and the kernel.
We will probably need to hack something up to fix the compiler warnings.
-Matt
Matthew Dillon
<dillon at backplane.com>
More information about the Commits
mailing list