Major changes from 1.9.0: - Added -C option to lapply that will create missing intermediate directories. - Added -P option that specifies a directory that contains certificates to be used when verifying the peer. Minor changes from 1.9.0: - make dist will now create compressed tar ball. - make package will now create compressed tar ball and remove temporary files. - Fixed radmind.8 manpage rendering issue which hid some of the text.
12 lines
301 B
Text
12 lines
301 B
Text
$NetBSD: patch-ae,v 1.2 2007/09/04 11:55:44 hauke Exp $
|
|
|
|
--- retr.c.orig 2007-07-11 05:01:42.000000000 +0200
|
|
+++ retr.c
|
|
@@ -47,7 +47,6 @@ extern int verbose;
|
|
extern int showprogress;
|
|
extern int dodots;
|
|
extern int cksum;
|
|
-extern int errno;
|
|
extern int create_prefix;
|
|
extern SSL_CTX *ctx;
|
|
|