[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
tinc/lib fake-getaddrinfo.c,1.1.2.7,1.1.2.8
Update of /home/CVS/tinc/lib
In directory humbolt:/tmp/cvs-serv9421
Modified Files:
Tag: CABAL
fake-getaddrinfo.c
Log Message:
Forgot to #include "xalloc.h"
Index: fake-getaddrinfo.c
===================================================================
RCS file: /home/CVS/tinc/lib/fake-getaddrinfo.c,v
retrieving revision 1.1.2.7
retrieving revision 1.1.2.8
diff -u -r1.1.2.7 -r1.1.2.8
--- fake-getaddrinfo.c 2003/08/17 08:32:39 1.1.2.7
+++ fake-getaddrinfo.c 2003/10/08 11:33:54 1.1.2.8
@@ -14,6 +14,7 @@
#include "ipv4.h"
#include "ipv6.h"
#include "fake-getaddrinfo.h"
+#include "xalloc.h"
#ifndef HAVE_GAI_STRERROR
char *gai_strerror(int ecode)
--
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/