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/xcopilot/patches | |
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/xcopilot/patches')
-rw-r--r-- | emulators/xcopilot/patches/patch-af | 13 |
1 files changed, 13 insertions, 0 deletions
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; + |