[packages] ezxml: clean patch headers and new ezxml_cut patch
[openwrt/svn-archive/archive.git] / libs / ezxml / patches / 400-ezxml_child.patch
index 46d2faa08fce14d3f23d1677e4338e3b59808b53..96e30858a5fdbb5cac72922b73bc5fdd5dbb5631 100644 (file)
@@ -1,6 +1,5 @@
-diff -pruN ezxml-0.8.6.orig/ezxml.h ezxml-0.8.6/ezxml.h
---- ezxml-0.8.6.orig/ezxml.h   2008-12-16 17:07:47.585487234 +0100
-+++ ezxml-0.8.6/ezxml.h        2008-12-16 17:08:29.037939949 +0100
+--- a/ezxml.h
++++ b/ezxml.h
 @@ -175,6 +175,17 @@ ezxml_t ezxml_insert(ezxml_t xml, ezxml_
  // removes a tag along with all its subtags
  #define ezxml_remove(xml) ezxml_free(ezxml_cut(xml))