PERFORCE change 127248 for review

Fredrik Lindberg fli at FreeBSD.org
Sat Oct 6 09:55:00 PDT 2007


http://perforce.freebsd.org/chv.cgi?CH=127248

Change 127248 by fli at fli_nexus on 2007/10/06 16:54:20

	Use an unsigned int to hold interface index instead of an int.

Affected files ...

.. //depot/projects/soc2007/fli-mdns_sd/mdnsd/mdns.h#9 edit

Differences ...

==== //depot/projects/soc2007/fli-mdns_sd/mdnsd/mdns.h#9 (text+ko) ====

@@ -45,7 +45,7 @@
 	MAGIC(md_magic);
 	char md_ifnam[IFNAMSIZ + 1];
 	DEF_RW(md_lock);
-	int md_ifindex;
+	unsigned int md_ifindex;
 	int md_flags;
 #define MDNS_UDP4 0x0001	/* udp inet4 socket open */
 #define MDNS_TCP4 0x0002	/* tcp inet4 socket open */


More information about the p4-projects mailing list