f3cbb56810
Cleaned up so that lib depends on config:build, and lndir it instead of mucking with the source dir. All patches put into config/patches, separated and renamed (yes, this is a LARGE fucker). Fake xview/clients to come. Currently installs under /usr/X11R6, some more patches to X needed to fix that.
15 lines
526 B
Plaintext
15 lines
526 B
Plaintext
--- ./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 __OpenBSD__
|
|
static struct xv_filter_comments_stream_data {
|
|
+#else
|
|
+struct xv_filter_comments_stream_data {
|
|
+#endif
|
|
Bool backed_up;
|
|
char backup, lastchar;
|
|
};
|