Module Name: src Committed By: joerg Date: Tue Nov 8 16:52:11 UTC 2011
Modified Files: src/common/lib/libc/string: memcmp.c memset.c memset2.c strcpy.c Log Message: libkern.h maps memcmp, memset and strcpy to the compiler builtins on some platforms, so make sure to #undef them first. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/common/lib/libc/string/memcmp.c \ src/common/lib/libc/string/memset2.c src/common/lib/libc/string/strcpy.c cvs rdiff -u -r1.8 -r1.9 src/common/lib/libc/string/memset.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.