On Mar 03, 2009 at 13:01, Henning Westerholt henning.westerholt@1und1.de wrote:
On Tuesday 03 March 2009, Jan Janak wrote:
This patch adds -DOPENSER_MOD_INTERFACE to the modules Makefile, this is needed to make Kamailio modules compile with the sip router core.
Hi Jan,
thank you for the patches, i've commited them to master. The only remaining error (after /lib/kcore/km_crc was merged) is some incompatiblity with the LM_GEN1 macro from dprint.h.
Just for future reference:
Patch series like Jan sent, can be very easily applied with git am. So instead of applying them by hand you could save them into a separate mailbox (e.g. jan_patches_1) and then run git am on that mailbox, e.g.: git am -s ~/jan_patches_1 This would apply all the patches saved in the mailbox and will use the mail body as commit message.
-s is optional, it adds a Signed-off-by: commiter name to the commit message.
Also patches like Jan sent are created using git format-patch. You basically give it a commit range and it would generate mail-ready patches.
Andrei