diff options
author | hans <hans@pkgsrc.org> | 2011-08-25 14:54:06 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2011-08-25 14:54:06 +0000 |
commit | fd9449c295f1f487c8572175de0ed6bc65ca3e40 (patch) | |
tree | 753edd2b6f3fa956fdafb02640d5ee8748d5d7a6 /comms/kermit/patches/patch-ac | |
parent | 555f537ec1ef9f0bb187c8030306713d15b167bb (diff) | |
download | pkgsrc-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-ac | 14 |
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 */ |