freebsd-ports/devel/firmware-utils/files/patch-mkcasfw.c
Dmitry Marakasov 6529a2933c - Add LICENSE
- Switch to USES=tar:bzip2
- Regenerate patches with `make makepatch`

Approved by:	portmgr blanket
2015-08-20 10:52:03 +00:00

17 lines
426 B
C

--- mkcasfw.c.orig 2011-12-22 14:21:03 UTC
+++ mkcasfw.c
@@ -19,11 +19,13 @@
#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"
+
#if (__BYTE_ORDER == __LITTLE_ENDIAN)
# define HOST_TO_LE16(x) (x)
# define HOST_TO_LE32(x) (x)