summaryrefslogtreecommitdiff
path: root/archivers/bitbox/files/patch-bitbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/bitbox/files/patch-bitbox.c')
-rw-r--r--archivers/bitbox/files/patch-bitbox.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/archivers/bitbox/files/patch-bitbox.c b/archivers/bitbox/files/patch-bitbox.c
deleted file mode 100644
index 5864460df26b..000000000000
--- a/archivers/bitbox/files/patch-bitbox.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- bitbox.c.orig Mon Apr 2 02:26:37 2001
-+++ bitbox.c Mon Apr 9 01:44:53 2001
-@@ -36,7 +36,8 @@
- #include <errno.h>
-
- /* Needed for the size-invariant integer types, like int32_t. */
--#include <stdint.h>
-+/* #include <stdint.h> */
-+#include <sys/types.h>
-
- /* We're not doing any networking, but we need the endian-swapping
- macros, like htonl(). */