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

tinc configure.in,1.13.2.83,1.13.2.84



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

Modified Files:
      Tag: CABAL
	configure.in 
Log Message:
PIDs are of type pid_t, and use %ld when reading/writing them to the pidfile.


Index: configure.in
===================================================================
RCS file: /home/CVS/tinc/configure.in,v
retrieving revision 1.13.2.83
retrieving revision 1.13.2.84
diff -u -r1.13.2.83 -r1.13.2.84
--- configure.in	2003/08/08 22:13:50	1.13.2.83
+++ configure.in	2003/10/06 16:13:06	1.13.2.84
@@ -253,7 +253,7 @@
 AC_FUNC_MEMCMP
 AC_FUNC_ALLOCA
 AC_TYPE_SIGNAL
-AC_CHECK_FUNCS([asprintf daemon fchmod fcloseall flock ftime fork get_current_dir_name gettimeofday mlockall putenv random select strdup strerror strsignal strtol system unsetenv vsyslog])
+AC_CHECK_FUNCS([asprintf daemon fchmod flock ftime fork get_current_dir_name gettimeofday mlockall putenv random select strdup strerror strsignal strtol system unsetenv vsyslog])
 jm_FUNC_MALLOC
 jm_FUNC_REALLOC
 

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