Index: mfd/plugins/zeroconfig/apple/mDNSClientAPI.h
===================================================================
--- mfd/plugins/zeroconfig/apple/mDNSClientAPI.h	(revision 6754)
+++ mfd/plugins/zeroconfig/apple/mDNSClientAPI.h	(working copy)
@@ -477,8 +477,8 @@
 typedef unsigned char  mDNSu8;
 typedef   signed short mDNSs16;
 typedef unsigned short mDNSu16;
-typedef   signed long  mDNSs32;
-typedef unsigned long  mDNSu32;
+typedef   signed int  mDNSs32;
+typedef unsigned int  mDNSu32;
 
 // To enforce useful type checking, we make mDNSInterfaceID be a pointer to a dummy struct
 // This way, mDNSInterfaceIDs can be assigned, and compared with each other, but not with other types
