On Tue, Jan 08, 2008 at 12:09:18PM -0800, SJS wrote:
Try changing #include <strings.h> to #include <string.h>.I've seen both, but I don't remember which one is more standard.
<strings.h> seems to only define a handfull of Berkeley specific functions. <string.h> has those in addition to the standard ones. I think <string.h> is Posix, and <strings.h> is for the legacy bcopy() and friends. Dave -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-lpsg
