# HG changeset patch # User Mark Brand # Date 1276813483 -7200 # Node ID 3af30f39a7d51ff94dd5d18bed39c452eb9e38d0 # Parent a9cb7a773c322b87bb586cd405659bbd0b3d2d8f remove patch of symbolic link The same patch was applied to the symbolic link and the file it referred to. Curiously, many versions of patch did not treat this as an error but patch 2.6.1.81-5b68 in opensuse 11.3 RC-1 does. diff --git a/src/openssl-1-winsock2.patch b/src/openssl-1-winsock2.patch --- a/src/openssl-1-winsock2.patch +++ b/src/openssl-1-winsock2.patch @@ -16,18 +16,6 @@ # endif # ifdef getservbyname # undef getservbyname -diff -urN a/include/openssl/dtls1.h b/include/openssl/dtls1.h ---- a/include/openssl/dtls1.h 2010-04-14 02:17:29.000000000 +0200 -+++ b/include/openssl/dtls1.h 2010-06-04 17:44:27.318182412 +0200 -@@ -68,7 +68,7 @@ - #endif - #ifdef OPENSSL_SYS_WIN32 - /* Needed for struct timeval */ --#include -+#include - #elif defined(OPENSSL_SYS_NETWARE) && !defined(_WINSOCK2API_) - #include - #else diff -urN a/ssl/dtls1.h b/ssl/dtls1.h --- a/ssl/dtls1.h 2010-04-14 02:17:29.000000000 +0200 +++ b/ssl/dtls1.h 2010-06-04 17:44:27.318182412 +0200