pkgsrc/x11/xview-lib/patches/patch-dc
tron 71146f333e Cleanup patch files:
- unified format
- only one patch per file
- no files gets patched twice
2001-12-20 09:19:53 +00:00

13 lines
397 B
Text

$NetBSD: patch-dc,v 1.1 2001/12/20 09:20:06 tron Exp $
--- lib/libxview/textsw/txt_putkey.c.orig Tue Jun 29 07:17:41 1993
+++ lib/libxview/textsw/txt_putkey.c Thu Dec 20 10:09:17 2001
@@ -21,6 +21,8 @@
extern int errno;
+static int textsw_do_put();
+
Pkg_private Ev_finger_handle ev_add_finger();
Pkg_private int ev_get_selection();
Pkg_private Es_handle textsw_esh_for_span();