1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

Fix ar7 image generation with MacOSX

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7592 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian
2007-06-12 16:46:52 +00:00
parent 480c8b30b3
commit 0b4143b387

View File

@@ -19,6 +19,9 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
* MA 02111-1307 USA * MA 02111-1307 USA
*/ */
#ifdef __APPLE__
#define __FreeBSD__ 10
#endif
#include <errno.h> #include <errno.h>
#include <fcntl.h> #include <fcntl.h>