pkgsrc/emulators/xcopilot/patches/patch-af
tron 2e5729deb0 Initialize variable "pilot.threads" to "0" so that shared memory handling
works. Patch supplied by Nagae Hidetake in PR pkg/8400.
1999-09-13 21:31:51 +00:00

13 lines
361 B
Text

$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;