summaryrefslogtreecommitdiff
path: root/devel/firmware-utils/files/patch-mkzynfw.c
diff options
context:
space:
mode:
Diffstat (limited to 'devel/firmware-utils/files/patch-mkzynfw.c')
-rw-r--r--devel/firmware-utils/files/patch-mkzynfw.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/devel/firmware-utils/files/patch-mkzynfw.c b/devel/firmware-utils/files/patch-mkzynfw.c
deleted file mode 100644
index d72c8d653957..000000000000
--- a/devel/firmware-utils/files/patch-mkzynfw.c
+++ /dev/null
@@ -1,16 +0,0 @@
---- mkzynfw.c.orig 2011-12-22 14:21:03 UTC
-+++ mkzynfw.c
-@@ -23,11 +23,12 @@
- #include <stdarg.h>
- #include <errno.h>
- #include <sys/stat.h>
--#include <endian.h> /* for __BYTE_ORDER */
-+#include <sys/endian.h> /* for __BYTE_ORDER */
- #if defined(__CYGWIN__)
- # include <byteswap.h>
- #endif
-
-+#include "freebsd.h"
- #include "zynos.h"
-
- #if (__BYTE_ORDER == __LITTLE_ENDIAN)