K 10 svn:author V 3 bde K 8 svn:date V 27 1999-10-03T07:09:31.000000Z K 7 svn:log V 265 Fixed "misspelling" of bcmp as memcmp. memcmp doesn't exist in the kernel, but gcc provides a pessimal builtin for it. Makefile.i386: Added a variable (CONF_CFLAGS) for configuration-specific compiler flags. LINT: Use CONF_CFLAGS to inhibit use of gcc builtins. END