Would be nice to finally get rid of this for the 4.7.0 release. I'm working on a patch that may or may not make the release date.
Created attachment 13425 [details] git-am fix for master. Compiles, but not yet run through autobuild. Wanted to save a copy here for reference.
Created attachment 13435 [details] git-am fix for 4.7.0 Directly cherry-picked from the patchset that went into master. Applies cleanly to 4.7.0.
Comment on attachment 13435 [details] git-am fix for 4.7.0 Sorry, but we can't use #include "lib/talloc/talloc.h" in any code. All code outside of lib/talloc has to use #include <talloc.h> in order to use the correct talloc.h, which may come from the system.
Created attachment 13473 [details] Updated patch - back ported from master. Removes the internal talloc header, pulls in the system one instead. Thanks for noticing metze. Patch for master will be posted on the list shortly. Jeremy.
Comment on attachment 13473 [details] Updated patch - back ported from master. Hi Jeremy, please wait for the change to land in master and then just cherry pick everything, we shouldn't have different patchsets between 4.7 and master
Created attachment 13475 [details] Updated patch, cherry picked from master. Contains additional cherry pick of lib/talloc/talloc.h > <talloc.h> from master.
Karolin, please add the patch to 4.7. Thanks
Pushed to autobuild-v4-7-test.
(In reply to Karolin Seeger from comment #8) Pushed to v4-7-test. Closing out bug report. Thanks!
*** Bug 7587 has been marked as a duplicate of this bug. ***