summaryrefslogtreecommitdiff
path: root/sysutils/amanda-server/patches/patch-al
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/amanda-server/patches/patch-al')
-rw-r--r--sysutils/amanda-server/patches/patch-al13
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/amanda-server/patches/patch-al b/sysutils/amanda-server/patches/patch-al
new file mode 100644
index 00000000000..c3079b5c085
--- /dev/null
+++ b/sysutils/amanda-server/patches/patch-al
@@ -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;