Module Name: src Committed By: pooka Date: Mon Feb 9 22:44:34 UTC 2015
Modified Files: src/lib/libc: Makefile src/lib/libc/compat/arch/i386: Makefile.inc src/lib/libc/compat/arch/x86_64: Makefile.inc Log Message: Include compat in rumprun libc Not including non-renamed symbols in libc caused all kinds of configure scripts to do the wrong thing when they just tested linkage without including headers. So, go for the "least moving parts" bandaid for now. To generate a diff of this commit: cvs rdiff -u -r1.167 -r1.168 src/lib/libc/Makefile cvs rdiff -u -r1.2 -r1.3 src/lib/libc/compat/arch/i386/Makefile.inc cvs rdiff -u -r1.4 -r1.5 src/lib/libc/compat/arch/x86_64/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.