blob: d93f7eabe77b6fb01c8d8ec376399d3de6431cd5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-an,v 1.5 2009/12/10 20:35:56 abs Exp $
--- lib/libxview/io_stream/othr_strms.c.orig 1993-06-29 05:15:05.000000000 +0000
+++ lib/libxview/io_stream/othr_strms.c
@@ -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
+#if !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__DragonFly__)
static struct xv_filter_comments_stream_data {
+#else
+struct xv_filter_comments_stream_data {
+#endif
Bool backed_up;
char backup, lastchar;
};
|