mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@32376 d073be05-634f-4543-b044-5fe20cf6d1d6
12 lines
431 B
Diff
12 lines
431 B
Diff
--- ars.c.orig 2004-04-14 14:30:18.000000000 +0200
|
|
+++ ars.c 2007-04-05 21:05:19.000000000 +0200
|
|
@@ -914,7 +914,7 @@
|
|
return -ARS_INVALID;
|
|
}
|
|
ip = (struct ars_iphdr*) packet;
|
|
-#if defined OSTYPE_FREEBSD || defined OSTYPE_NETBSD || defined OSTYPE_BSDI
|
|
+#if defined OSTYPE_DARWIN || OSTYPE_FREEBSD || defined OSTYPE_NETBSD || defined OSTYPE_BSDI
|
|
ip->tot_len = ntohs(ip->tot_len);
|
|
ip->frag_off = ntohs(ip->frag_off);
|
|
#endif
|