summaryrefslogtreecommitdiff
path: root/comms/kermit/patches/patch-ac
diff options
context:
space:
mode:
authorhans <hans@pkgsrc.org>2011-08-25 14:54:06 +0000
committerhans <hans@pkgsrc.org>2011-08-25 14:54:06 +0000
commitfd9449c295f1f487c8572175de0ed6bc65ca3e40 (patch)
tree753edd2b6f3fa956fdafb02640d5ee8748d5d7a6 /comms/kermit/patches/patch-ac
parent555f537ec1ef9f0bb187c8030306713d15b167bb (diff)
downloadpkgsrc-fd9449c295f1f487c8572175de0ed6bc65ca3e40.tar.gz
Update to 9.0.302, see http://www.columbia.edu/kermit/ck90.html for more
information. Tested on NetBSD-current and OpenIndiana. Support for ssl and kerberos is now available through the options framework.
Diffstat (limited to 'comms/kermit/patches/patch-ac')
-rw-r--r--comms/kermit/patches/patch-ac14
1 files changed, 7 insertions, 7 deletions
diff --git a/comms/kermit/patches/patch-ac b/comms/kermit/patches/patch-ac
index cdabfe8cbe5..8e15ccee12b 100644
--- a/comms/kermit/patches/patch-ac
+++ b/comms/kermit/patches/patch-ac
@@ -1,12 +1,12 @@
-$NetBSD: patch-ac,v 1.8 2005/12/18 23:15:43 joerg Exp $
+$NetBSD: patch-ac,v 1.9 2011/08/25 14:54:06 hans Exp $
---- ckcdeb.h.orig 2005-12-18 22:51:39.000000000 +0000
-+++ ckcdeb.h
-@@ -4481,7 +4481,6 @@ extern int errno;
- The following declaration would cause problems for VMS and OS/2, in which
- errno is an "extern volatile int noshare"...
+--- ckcdeb.h.orig 2010-08-23 15:30:56.000000000 +0200
++++ ckcdeb.h 2011-08-23 10:31:55.103102070 +0200
+@@ -4532,7 +4532,6 @@ extern int errno;
+ following is an anachronism and should be the execption rather than the
+ rule.
*/
-- extern int errno; /* Needed by most modules. */
+-extern int errno;
#endif /* __GLIBC__ */
#endif /* OS2 */
#endif /* VMS */