[svn] gcry - r1184 - in trunk: . src
svn author marcus
cvs at cvs.gnupg.org
Thu Oct 12 23:22:35 CEST 2006
Author: marcus
Date: 2006-10-12 23:22:35 +0200 (Thu, 12 Oct 2006)
New Revision: 1184
Modified:
trunk/configure.ac
trunk/src/gcrypt.h.in
Log:
Fix small typos that I should have fixed before committing the last
change.
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2006-10-12 21:08:41 UTC (rev 1183)
+++ trunk/configure.ac 2006-10-12 21:22:35 UTC (rev 1184)
@@ -522,7 +522,7 @@
gl_TYPE_SOCKLEN_T
if test ".$gl_cv_socklen_t_equiv" = "."; then
- FALLBACK_SOCKLEN_T="typedef socklen_t gcry_socklen_t; */"
+ FALLBACK_SOCKLEN_T="typedef socklen_t gcry_socklen_t;"
else
FALLBACK_SOCKLEN_T="typedef ${gl_cv_socklen_t_equiv} gcry_socklen_t;"
fi
Modified: trunk/src/gcrypt.h.in
===================================================================
--- trunk/src/gcrypt.h.in 2006-10-12 21:08:41 UTC (rev 1183)
+++ trunk/src/gcrypt.h.in 2006-10-12 21:22:35 UTC (rev 1184)
@@ -29,8 +29,6 @@
#include <sys/types.h>
- at FALLBACK_SOCKLEN_T@
-
#if defined _WIN32 || defined __WIN32__
# include <winsock2.h>
# include <ws2tcpip.h>
@@ -38,6 +36,8 @@
# include <sys/socket.h>
#endif /*!_WIN32*/
+ at FALLBACK_SOCKLEN_T@
+
#include <sys/time.h>
/* This is required for error code compatibility. */
More information about the Gnupg-commits
mailing list