summaryrefslogtreecommitdiff
path: root/comms/acfax/files/patch-widgets.c
diff options
context:
space:
mode:
authorDiane Bruce <db@FreeBSD.org>2020-08-26 21:03:26 +0000
committerDiane Bruce <db@FreeBSD.org>2020-08-26 21:03:26 +0000
commit51b30f36f9626c1bacdec7625a8a46971eb820b7 (patch)
tree02364b458f3921806989c06c15a52135ee312642 /comms/acfax/files/patch-widgets.c
parent- Update to git snapshot ff9a9a0 (diff)
- Fix under clang11
- add LICENSE
Notes
Notes: svn path=/head/; revision=546300
Diffstat (limited to 'comms/acfax/files/patch-widgets.c')
-rw-r--r--comms/acfax/files/patch-widgets.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/comms/acfax/files/patch-widgets.c b/comms/acfax/files/patch-widgets.c
new file mode 100644
index 000000000000..c6bab11a01da
--- /dev/null
+++ b/comms/acfax/files/patch-widgets.c
@@ -0,0 +1,11 @@
+--- widgets.c.orig 2020-08-26 20:41:16 UTC
++++ widgets.c
+@@ -101,7 +101,7 @@ Pixmap px_horiz,
+ px_middle,
+ px_wide;
+
+-XtTranslations txt_trans; /* translations for numeric entries */
++extern XtTranslations txt_trans; /* translations for numeric entries */
+ XtTranslations name_trans; /* translations for name-entry */
+
+ static void fchs_cb(Widget, XtPointer, XtPointer);