diff options
author | tron <tron@pkgsrc.org> | 1999-09-13 21:31:51 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-09-13 21:31:51 +0000 |
commit | 2e5729deb025f286a5ffa8dbdc044f69644f5da5 (patch) | |
tree | 08c646c384dc331b8fec80fc5ec95de1d1416bde /emulators | |
parent | 29c3fca0e7183b77dfac2d4efafd959b941961c9 (diff) | |
download | pkgsrc-2e5729deb025f286a5ffa8dbdc044f69644f5da5.tar.gz |
Initialize variable "pilot.threads" to "0" so that shared memory handling
works. Patch supplied by Nagae Hidetake in PR pkg/8400.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xcopilot/files/patch-sum | 3 | ||||
-rw-r--r-- | emulators/xcopilot/patches/patch-af | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/emulators/xcopilot/files/patch-sum b/emulators/xcopilot/files/patch-sum index eaeae506dd4..2a47d60304e 100644 --- a/emulators/xcopilot/files/patch-sum +++ b/emulators/xcopilot/files/patch-sum @@ -1,7 +1,8 @@ -$NetBSD: patch-sum,v 1.1 1999/07/09 13:50:49 agc Exp $ +$NetBSD: patch-sum,v 1.2 1999/09/13 21:31:51 tron Exp $ MD5 (patch-aa) = f419ad19282caffee898640aa3341713 MD5 (patch-ab) = 718fe3320ec52f9fb32490e67371ad3f MD5 (patch-ac) = f4d07d2cb7b122a8cb7cd5c05f4656e4 MD5 (patch-ad) = 898429301619fddb9a1de6e67d60dc27 MD5 (patch-ae) = 322bcacb72e4c1effb2f3cef84030411 +MD5 (patch-af) = a7c0fb11c987fa0444287771564b9a87 diff --git a/emulators/xcopilot/patches/patch-af b/emulators/xcopilot/patches/patch-af new file mode 100644 index 00000000000..fef854d81c3 --- /dev/null +++ b/emulators/xcopilot/patches/patch-af @@ -0,0 +1,13 @@ +$NetBSD: patch-af,v 1.1 1999/09/13 21:31:51 tron Exp $ + +--- xcopilot.c.orig Tue Aug 25 06:53:31 1998 ++++ xcopilot.c Mon Sep 13 23:26:33 1999 +@@ -111,7 +111,7 @@ + + XtGetApplicationResources(pilot.topWidget, &pilot, resources, XtNumber(ros), + NULL, 0); +- ++ pilot.threads = 0; + if (pilot.DoublePixels) + pilot.MagFactor = 2; + |