[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
tinc/src net.h,1.9.4.70,1.9.4.71
Update of /home/CVS/tinc/src
In directory humbolt:/tmp/cvs-serv17978
Modified Files:
Tag: CABAL
net.h
Log Message:
Make sure type of AF_UNKNOWN is sa_family_t.
Index: net.h
===================================================================
RCS file: /home/CVS/tinc/src/net.h,v
retrieving revision 1.9.4.70
retrieving revision 1.9.4.71
diff -u -r1.9.4.70 -r1.9.4.71
--- net.h 2003/08/22 11:18:42 1.9.4.70
+++ net.h 2003/10/06 16:49:42 1.9.4.71
@@ -54,7 +54,7 @@
typedef short length_t;
-#define AF_UNKNOWN 0xFFFF
+#define AF_UNKNOWN ((sa_family_t)-1)
struct sockaddr_unknown {
uint16_t family;
--
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/
- Prev by Date:
tinc/src logger.c,1.1.2.11,1.1.2.12 process.c,1.1.2.75,1.1.2.76 tincd.c,1.10.4.88,1.10.4.89
- Next by Date:
You are too expensive - I want a discount
- Prev by thread:
tinc/src logger.c,1.1.2.11,1.1.2.12 process.c,1.1.2.75,1.1.2.76 tincd.c,1.10.4.88,1.10.4.89
- Next by thread:
You are too expensive - I want a discount
- Index(es):