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