<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- 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-&gt;tot_len = ntohs(ip-&gt;tot_len);
 	ip-&gt;frag_off = ntohs(ip-&gt;frag_off);
 #endif
</pre></body></html>