On 09/07/14 22:28, Justin Cormack wrote: > Are some files in the wrong branch? > > git diff kernel-src-clean kernel-src gives me the patches to > lib/libc/Makefile, which I was expecting to find in the user-src diff > (which only has some pthread changes).
No. libc is required by tools (and tools require kernel sources), therefore libc needs to be present in kernel-src. Since it makes sense to have no overlap between the basic branches (=> no merge conflicts for the conflicts), libc come only from kernel-src and therefore the patches need to go to kernel-src. ------------------------------------------------------------------------------ Open source business process management suite built on Java and Eclipse Turn processes into business applications with Bonita BPM Community Edition Quickly connect people, data, and systems into organized workflows Winner of BOSSIE, CODIE, OW2 and Gartner awards http://p.sf.net/sfu/Bonitasoft _______________________________________________ rumpkernel-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rumpkernel-users
