$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;
 };
