71146f333e
- unified format - only one patch per file - no files gets patched twice
25 lines
563 B
Text
25 lines
563 B
Text
$NetBSD: patch-az,v 1.2 2001/12/20 09:19:56 tron Exp $
|
|
|
|
--- lib/libxview/selection/sel_req.c.orig Sun Jun 26 03:05:21 1994
|
|
+++ lib/libxview/selection/sel_req.c Thu Dec 20 10:09:17 2001
|
|
@@ -55,7 +55,10 @@
|
|
static int GetSelection();
|
|
static int ProcessReply();
|
|
static Requestor *SelGetReq();
|
|
-
|
|
+static int XvGetRequestedValue();
|
|
+static int ProcessNonBlkIncr();
|
|
+static int ProcessReq();
|
|
+static int OldPkgIsOwner();
|
|
|
|
/*ARGSUSED*/
|
|
Pkg_private int
|
|
@@ -1226,7 +1229,7 @@
|
|
}
|
|
|
|
|
|
-static XID
|
|
+Pkg_private XID
|
|
SelGetOwnerXID( selReq )
|
|
Sel_req_info *selReq;
|
|
{
|