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

tinc/src tincd.c,1.10.4.73,1.10.4.74



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

Modified Files:
      Tag: CABAL
	tincd.c 
Log Message:
Check for sys/mman.h.


Index: tincd.c
===================================================================
RCS file: /home/CVS/tinc/src/tincd.c,v
retrieving revision 1.10.4.73
retrieving revision 1.10.4.74
diff -u -r1.10.4.73 -r1.10.4.74
--- tincd.c	2003/07/17 15:06:27	1.10.4.73
+++ tincd.c	2003/07/21 13:18:44	1.10.4.74
@@ -27,7 +27,9 @@
 #define _P1003_1B_VISIBLE
 #endif
 
+#ifdef HAVE_SYS_MMAN_H
 #include <sys/mman.h>
+#endif
 
 #include <openssl/rand.h>
 #include <openssl/rsa.h>

--
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/