mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 13:20:32 -04:00
- Switch to USES=tar:bzip2 - Regenerate patches with `make makepatch` Approved by: portmgr blanket
13 lines
335 B
C
13 lines
335 B
C
--- mkedimaximg.c.orig 2011-12-22 14:21:03 UTC
|
|
+++ mkedimaximg.c
|
|
@@ -15,7 +15,9 @@
|
|
#include <getopt.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 (__BYTE_ORDER == __LITTLE_ENDIAN)
|
|
# define HOST_TO_LE16(x) (x)
|