Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Oct 2007 17:22:31 GMT
From:      Fredrik Lindberg <fli@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 127255 for review
Message-ID:  <200710061722.l96HMVLt008153@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=127255

Change 127255 by fli@fli_genesis on 2007/10/06 17:22:19

	Forgot to update mcast_memberctl() prototype. 

Affected files ...

.. //depot/projects/soc2007/fli-mdns_sd/mdnsd/stack_mdns.c#9 edit

Differences ...

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

@@ -55,7 +55,7 @@
 static int mdns_tcp_open(struct mdns *, int);
 static int mdns_tcp_close(struct mdns *, int);
 
-static int mcast_memberctl(int, int, int, int);
+static int mcast_memberctl(int, unsigned int, int, int);
 #define mcast_join(sock, ifidx, fam) mcast_memberctl(sock, ifidx, fam, 1)
 #define mcast_leave(sock, ifidx, fam) mcast_memberctl(sock, ifidx, fam, 0)
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710061722.l96HMVLt008153>