]> git.proxmox.com Git - mirror_corosync.git/commitdiff
Add a dummy parameter to totemip_iface check so that it compiles on Darwin.
authorChristine Caulfield <ccaulfie@redhat.com>
Wed, 18 Mar 2009 08:37:10 +0000 (08:37 +0000)
committerChristine Caulfield <ccaulfie@redhat.com>
Wed, 18 Mar 2009 08:37:10 +0000 (08:37 +0000)
git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1864 fd59a12c-fef9-0310-b244-a6a79926bd2f

exec/totemip.c

index 2dbff1860bd8153dbb89796196e9241b74ba27c9..8f0231dbbac7cc2ebf7ed00c5be10f79f4e90348 100644 (file)
@@ -314,7 +314,8 @@ int totemip_sockaddr_to_totemip_convert(struct sockaddr_storage *saddr, struct t
 int totemip_iface_check(struct totem_ip_address *bindnet,
                        struct totem_ip_address *boundto,
                        int *interface_up,
-                       int *interface_num)
+                       int *interface_num,
+                       int mask_high_bit)
 {
 #define NEXT_IFR(a)    ((struct ifreq *)((u_char *)&(a)->ifr_addr +\
        ((a)->ifr_addr.sa_len ? (a)->ifr_addr.sa_len : sizeof((a)->ifr_addr))))