[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/
- Prev by Date:
tinc/m4 lzo.m4,1.1.2.2,1.1.2.3 openssl.m4,1.1.2.16,1.1.2.17 zlib.m4,1.1.2.3,1.1.2.4
- Next by Date:
tinc/lib pidfile.c,1.1.1.1.4.6,1.1.1.1.4.7 pidfile.h,1.1.1.1.4.1,1.1.1.1.4.2
- Prev by thread:
tinc/m4 lzo.m4,1.1.2.2,1.1.2.3 openssl.m4,1.1.2.16,1.1.2.17 zlib.m4,1.1.2.3,1.1.2.4
- Next by thread:
tinc/lib pidfile.c,1.1.1.1.4.6,1.1.1.1.4.7 pidfile.h,1.1.1.1.4.1,1.1.1.1.4.2
- Index(es):