mirror of
https://git.freebsd.org/ports.git
synced 2025-06-13 08:40:39 -04:00
- Switch to USES=tar:bzip2 - Regenerate patches with `make makepatch` Approved by: portmgr blanket
13 lines
317 B
C
13 lines
317 B
C
--- 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>
|