[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

tinc configure.in,1.13.2.84,1.13.2.85



Update of /home/CVS/tinc
In directory humbolt:/tmp/cvs-serv9752

Modified Files:
      Tag: CABAL
	configure.in 
Log Message:
Update missing definitions, structs describing headers get __packed__ attribute.


Index: configure.in
===================================================================
RCS file: /home/CVS/tinc/configure.in,v
retrieving revision 1.13.2.84
retrieving revision 1.13.2.85
diff -u -r1.13.2.84 -r1.13.2.85
--- configure.in	2003/10/06 16:13:06	1.13.2.84
+++ configure.in	2003/10/08 11:34:55	1.13.2.85
@@ -197,7 +197,7 @@
 
 tinc_ATTRIBUTE(__malloc__)
 
-AC_CHECK_TYPES([socklen_t, struct arphdr, struct ether_arp, struct in_addr, struct addrinfo, struct ip, struct icmp, struct in6_addr, struct sockaddr_in6, struct ip6_hdr, struct icmp6_hdr, struct nd_neighbor_solicit, struct nd_opt_hdr], , ,
+AC_CHECK_TYPES([socklen_t, struct ether_header, struct arphdr, struct ether_arp, struct in_addr, struct addrinfo, struct ip, struct icmp, struct in6_addr, struct sockaddr_in6, struct ip6_hdr, struct icmp6_hdr, struct nd_neighbor_solicit, struct nd_opt_hdr], , ,
   [#ifdef HAVE_SYS_TYPES_H
    #include <sys/types.h>
    #endif

--
Tinc-cvs:     CVS changelog list for the tinc VPN daemon
Archive:      http://mail.nl.linux.org/tinc-cvs/
Tinc site:    http://tinc.nl.linux.org/