summaryrefslogtreecommitdiff
path: root/net/llnlxftp/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'net/llnlxftp/patches/patch-aa')
-rw-r--r--net/llnlxftp/patches/patch-aa24
1 files changed, 21 insertions, 3 deletions
diff --git a/net/llnlxftp/patches/patch-aa b/net/llnlxftp/patches/patch-aa
index fe233c09d01..87296c8813d 100644
--- a/net/llnlxftp/patches/patch-aa
+++ b/net/llnlxftp/patches/patch-aa
@@ -1,8 +1,17 @@
-$NetBSD: patch-aa,v 1.2 2006/03/22 23:33:47 joerg Exp $
+$NetBSD: patch-aa,v 1.3 2013/03/02 17:59:40 joerg Exp $
---- log.c.orig 1995-10-19 08:20:22.000000000 -0700
+--- log.c.orig 1995-10-19 15:20:22.000000000 +0000
+++ log.c
-@@ -81,8 +81,10 @@ extern Widget w_toplev;
+@@ -59,6 +59,8 @@
+ #include "xftp.h"
+ #include "str.h"
+
++static void create_save_log_dialog(void);
++
+ static Widget w_saveLogDialog;
+
+ static char *help_save_diagnostics_log[] = {
+@@ -81,8 +83,10 @@ extern Widget w_toplev;
extern char *initial_logfile_name;
extern Display *display;
extern int print_password_in_debug;
@@ -14,3 +23,12 @@ $NetBSD: patch-aa,v 1.2 2006/03/22 23:33:47 joerg Exp $
extern char *sys_errlist[];
#endif
+@@ -224,7 +228,7 @@ XtPointer call_data;
+ /*
+ * create_save_log_dialog - Create the "Save Log" dialog.
+ */
+-create_save_log_dialog()
++static void create_save_log_dialog(void)
+ {
+ static int initialized = False;
+ Widget widget;