diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-23 00:45:46 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-23 00:45:46 +0000 |
commit | df0a6120f8dd5784ddc95eae4bacba9f809f5a3a (patch) | |
tree | 5336eb991916b173c18eedbbc577765167d03dee /x11/accessx/files/patch-ax.C | |
parent | Maintainer update to version 1.2.16 (diff) |
Maintainer update to build on -current again
PR: ports/45378
Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
Diffstat (limited to 'x11/accessx/files/patch-ax.C')
-rw-r--r-- | x11/accessx/files/patch-ax.C | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/accessx/files/patch-ax.C b/x11/accessx/files/patch-ax.C new file mode 100644 index 000000000000..35823e9cdd5f --- /dev/null +++ b/x11/accessx/files/patch-ax.C @@ -0,0 +1,11 @@ +--- ax.C-orig Tue Mar 13 23:42:10 2001 ++++ ax.C Sun Nov 17 19:26:06 2002 +@@ -713,7 +713,7 @@ + /////////////////////////////////////////////////////////////////////////////// + + +-void main(int argc, char** argv) ++int main(int argc, char** argv) + { + Access ax; + ax.QueryServer(); |