summarylogtreecommitdiffstats
path: root/0007-Added-header-stddef-to-munch-and-unmunch.patch
diff options
context:
space:
mode:
authorSchala2016-12-03 02:50:40 -0800
committerSchala2016-12-03 02:50:40 -0800
commit815becf3311f29ddda80e33c8c0b6d7cbed0d4d7 (patch)
tree3c61d7b695589bec1c69f98888f460c80e52b660 /0007-Added-header-stddef-to-munch-and-unmunch.patch
parent1ec7c451c44b70432c716c7b3145c1d948a14b6a (diff)
downloadaur-815becf3311f29ddda80e33c8c0b6d7cbed0d4d7.tar.gz
1.5.4
Diffstat (limited to '0007-Added-header-stddef-to-munch-and-unmunch.patch')
-rw-r--r--0007-Added-header-stddef-to-munch-and-unmunch.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/0007-Added-header-stddef-to-munch-and-unmunch.patch b/0007-Added-header-stddef-to-munch-and-unmunch.patch
deleted file mode 100644
index bb9f999e5414..000000000000
--- a/0007-Added-header-stddef-to-munch-and-unmunch.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff -aurN 0006/src/tools/munch.cxx 0007/src/tools/munch.cxx
---- 0006/src/tools/munch.cxx
-+++ 0007/src/tools/munch.cxx
-@@ -47,6 +47,7 @@
- #include <stdlib.h>
- #include <stdint.h>
- #include <stdio.h>
-+#include <stddef.h>
- #include <sys/types.h>
- #include <sys/stat.h>
- #include <fcntl.h>
-diff -aurN 0006/src/tools/unmunch.cxx 0007/src/tools/unmunch.cxx
---- 0006/src/tools/unmunch.cxx
-+++ 0007/src/tools/unmunch.cxx
-@@ -49,6 +49,7 @@
- #include <stdlib.h>
- #include <stdint.h>
- #include <stdio.h>
-+#include <stddef.h>
- #include <sys/types.h>
- #include <sys/stat.h>
- #include <fcntl.h>