From 2e5729deb025f286a5ffa8dbdc044f69644f5da5 Mon Sep 17 00:00:00 2001 From: tron Date: Mon, 13 Sep 1999 21:31:51 +0000 Subject: Initialize variable "pilot.threads" to "0" so that shared memory handling works. Patch supplied by Nagae Hidetake in PR pkg/8400. --- emulators/xcopilot/files/patch-sum | 3 ++- emulators/xcopilot/patches/patch-af | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 emulators/xcopilot/patches/patch-af (limited to 'emulators') 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; + -- cgit v1.2.3