summaryrefslogtreecommitdiff
path: root/x11/xview-lib/patches/patch-cv
blob: 7a84650bd3a066c379a6a6721aa4246bc9ac1d01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
$NetBSD: patch-cv,v 1.2 2007/05/12 00:22:17 tnn Exp $

--- lib/libxview/textsw/ps_impl.c.orig	1993-06-29 07:17:39.000000000 +0200
+++ lib/libxview/textsw/ps_impl.c
@@ -62,6 +62,10 @@ static Es_index ps_read(), ps_scratch_re
 static Es_index ps_replace(), ps_scratch_replace();
 static int      ps_set();
 
+static int	get_current_offset();
+
+static copy_pieces();
+
 static Es_index write_header_etc();
 
 static struct es_ops ps_ops = {
@@ -1575,7 +1579,7 @@ ps_undo_to_mark(esh, mark, notify_proc, 
     private->last_write_plus_one = ES_INFINITY;
 }
 
-static          caddr_t
+caddr_t
 #ifdef ANSI_FUNC_PROTO
 ps_get(Es_handle esh, Es_attribute attribute, ...)
 #else