summaryrefslogtreecommitdiff
path: root/x11-toolkits/xview/files/patch-lib+libxview+io_stream+othr_strms.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/xview/files/patch-lib+libxview+io_stream+othr_strms.c')
-rw-r--r--x11-toolkits/xview/files/patch-lib+libxview+io_stream+othr_strms.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-toolkits/xview/files/patch-lib+libxview+io_stream+othr_strms.c b/x11-toolkits/xview/files/patch-lib+libxview+io_stream+othr_strms.c
new file mode 100644
index 000000000000..9411667e503a
--- /dev/null
+++ b/x11-toolkits/xview/files/patch-lib+libxview+io_stream+othr_strms.c
@@ -0,0 +1,14 @@
+--- ./lib/libxview/io_stream/othr_strms.c.orig Tue Jun 29 07:15:05 1993
++++ ./lib/libxview/io_stream/othr_strms.c Sat Apr 1 18:25:24 2000
+@@ -17,7 +17,11 @@ static char sccsid[] = "@(#)othr_str
+
+ #define GetFCSData struct xv_filter_comments_stream_data *data = (struct xv_filter_comments_stream_data*) in->client_data
+
++#ifndef __FreeBSD__
+ static struct xv_filter_comments_stream_data {
++#else
++struct xv_filter_comments_stream_data {
++#endif
+ Bool backed_up;
+ char backup, lastchar;
+ };