mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
25 lines
673 B
Plaintext
25 lines
673 B
Plaintext
$NetBSD: patch-cv,v 1.3 2009/12/10 20:35:57 abs Exp $
|
|
|
|
--- lib/libxview/textsw/ps_impl.c.orig 1993-06-29 05:17:39.000000000 +0000
|
|
+++ 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
|