openbsd-ports/x11/xview/config/patches/p-olwmslave-cmdstream_c
espie f3cbb56810 Xview's return.
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.
2000-04-02 15:25:13 +00:00

18 lines
618 B
Plaintext

--- ./clients/olwmslave/cmdstream.c.orig Tue Jun 29 07:12:10 1993
+++ ./clients/olwmslave/cmdstream.c Sat Apr 1 18:26:06 2000
@@ -50,10 +50,10 @@ static CmdInfo cmdInfo = {
* Local Forward Declarations
* ---------------------------------------------------------------------*/
-Command *MatchCommand();
-CmdAttr *MatchAttr();
-int EncodeAttrValue();
-int DecodeAttrValue();
+static Command *MatchCommand();
+static CmdAttr *MatchAttr();
+static int EncodeAttrValue();
+static int DecodeAttrValue();
/* ----------------------------------------------------------------------
* SetCmdStream