pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/amanda-server Fix errno.
details: https://anonhg.NetBSD.org/pkgsrc/rev/749cf550f2a4
branches: trunk
changeset: 506807:749cf550f2a4
user: joerg <joerg%pkgsrc.org@localhost>
date: Sun Jan 22 04:36:55 2006 +0000
description:
Fix errno.
diffstat:
sysutils/amanda-server/distinfo | 4 +++-
sysutils/amanda-server/patches/patch-al | 13 +++++++++++++
sysutils/amanda-server/patches/patch-am | 13 +++++++++++++
3 files changed, 29 insertions(+), 1 deletions(-)
diffs (49 lines):
diff -r b4562a0cb7bf -r 749cf550f2a4 sysutils/amanda-server/distinfo
--- a/sysutils/amanda-server/distinfo Sun Jan 22 04:24:52 2006 +0000
+++ b/sysutils/amanda-server/distinfo Sun Jan 22 04:36:55 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.8 2005/02/24 13:40:50 agc Exp $
+$NetBSD: distinfo,v 1.9 2006/01/22 04:36:55 joerg Exp $
SHA1 (amanda-2.4.4p4.tar.gz) = e44b40ea0f8e51336716ab455b27c69f4616d7f6
RMD160 (amanda-2.4.4p4.tar.gz) = d145a5ebb0df340af6aee0e8a15da6b54dfb3051
@@ -14,3 +14,5 @@
SHA1 (patch-ai) = 3a21e49fa8b261413d4bc8fb97e3ee0664b00292
SHA1 (patch-aj) = f7c33a543a015e282ba9836ffa2c5c501a2bddcb
SHA1 (patch-ak) = 9555f098dc705a7af9004e6fd3d4d259705a9935
+SHA1 (patch-al) = dfd85511e2441be2f4a7428ee964310f3fd5374c
+SHA1 (patch-am) = 4949524ff94afa54c0c5ad7cd4bb673c51f73815
diff -r b4562a0cb7bf -r 749cf550f2a4 sysutils/amanda-server/patches/patch-al
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/amanda-server/patches/patch-al Sun Jan 22 04:36:55 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-al,v 1.4 2006/01/22 04:36:55 joerg Exp $
+
+--- server-src/conffile.c.orig 2006-01-22 04:30:15.000000000 +0000
++++ server-src/conffile.c
+@@ -864,8 +864,6 @@ static void init_defaults()
+ static void read_conffile_recursively(filename)
+ char *filename;
+ {
+- extern int errno;
+-
+ /* Save globals used in read_confline(), elsewhere. */
+ int save_line_num = line_num;
+ FILE *save_conf = conf;
diff -r b4562a0cb7bf -r 749cf550f2a4 sysutils/amanda-server/patches/patch-am
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/amanda-server/patches/patch-am Sun Jan 22 04:36:55 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-am,v 1.1 2006/01/22 04:36:55 joerg Exp $
+
+--- server-src/diskfile.c.orig 2006-01-22 04:31:40.000000000 +0000
++++ server-src/diskfile.c
+@@ -51,8 +51,6 @@ static void parserror P((char *format, .
+ disklist_t *read_diskfile(filename)
+ char *filename;
+ {
+- extern int errno;
+-
+ /* initialize */
+
+ hostlist = NULL;
Home |
Main Index |
Thread Index |
Old Index