projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix the IRQ assignment with vlynq/pci, thanks sw ! (#1865)
[openwrt.git]
/
tools
/
mkimage
/
src
/
mkimage.c
diff --git
a/tools/mkimage/src/mkimage.c
b/tools/mkimage/src/mkimage.c
index
67123d9
..
f3796ac
100644
(file)
--- a/
tools/mkimage/src/mkimage.c
+++ b/
tools/mkimage/src/mkimage.c
@@
-19,6
+19,9
@@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
* MA 02111-1307 USA
*/
+#ifdef __APPLE__
+#define __FreeBSD__ 10
+#endif
#include <errno.h>
#include <fcntl.h>
This page took
0.020246 seconds
and
4
git commands to generate.