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

tinc system.h,1.1.4.6,1.1.4.7



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

Modified Files:
      Tag: CABAL
	system.h 
Log Message:
Oops.


Index: system.h
===================================================================
RCS file: /home/CVS/tinc/system.h,v
retrieving revision 1.1.4.6
retrieving revision 1.1.4.7
diff -u -r1.1.4.6 -r1.1.4.7
--- system.h	2003/07/17 15:06:25	1.1.4.6
+++ system.h	2003/07/21 13:15:36	1.1.4.7
@@ -35,7 +35,10 @@
 #include <errno.h>
 #include <fcntl.h>
 #include <unistd.h>
+
+#ifdef HAVE_TERMIOS_H
 #include <termios.h>
+#endif
 
 #ifdef HAVE_INTTYPES_H
 #include <inttypes.h>
@@ -72,7 +75,7 @@
 #endif
 
 #ifdef HAVE_SYS_PARAM_H
-#include <sys/ioctl.h>
+#include <sys/param.h>
 #endif
 
 /* SunOS really wants sys/socket.h BEFORE net/if.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/