add placeholder for classic magicmenu pull-down-on-titlebar behaviour when using...
[AROS.git] / workbench / fs / pipe / POSTER
blob2d4ee813a1a4b1dbd4cc865639a59af2a17d5be5
1 From noao!hao!ames!ptsfa!ihnp4!ihlpa!qix Sun Jun 28 09:30:34 1987
2 Return-Path: <noao!hao!ames!ptsfa!ihnp4!ihlpa!qix>
3 Received: by noname.uucp (3.2/SMI-3.2)
4         id AA23391; Sun, 28 Jun 87 09:30:19 MST
5 Received: by noao.arpa (5.51/SAG.7)
6         id AA24086; Sun, 28 Jun 87 05:23:29 MST
7 Received: by hao.ucar.edu.UCAR.EDU (5.31/1.00.UUCP-MOD.8-11-85)
8         id AA06315; Sun, 28 Jun 87 04:28:57 PDT
9 Received: Sat, 27 Jun 87 09:21:58 PDT by ames.arpa (5.57/1.2)
10 Message-Id: <8706271621.AA20315@ames.arpa>
11 From: noao!ames!ihnp4!ihlpa!qix
12 Received: by ihnp4.ATT.COM id AA19449; 27 Jun 87 09:11:00 CDT (Sat)
13 Message-Version: 2
14 >To: /addr=ihlpa!ihnp4!ptsfa!ames!hao!noao!mcdsun!fnf
15 Date: Sat 27 Jun 1987 09:09 CDT
16 Message-Service: Mail
17 Message-Protocol: EMail
18 End-Of-Header: 
19 Email-Version: 2
20 X-Postmark: ihlpa!qix
21 To: ihlpa!ihnp4!ptsfa!ames!hao!noao!mcdsun!fnf
22 Subject: P: pipe handler bug fix
23 Ua-Message-Id: <post.qix.Sat 27 Jun 1987 09:08 CDT>
24 End-Of-Protocol: 
25 Status: R
27 There was a bug in P: version 1.2 as posted.
28 Included is the new "ph.uue" (version 1.2.1) along with "phl.uue",
29 "README" and "tap_demo".
31 Change the sources as follows:
32 File "pipecreate.c", line 102:
34         PIPEKEY         *pipekey;
36 Change to:
38         PIPEKEY         *pipekey = NULL;
40 Thanks to Mitsu (mitsuharu hadeishi) for reporting the bug:
42 > Minor problem, however; I accidentally typed p: at the command line
43 > and the system crashed.  What should happen is "Unable to load p::
44 > Error code 212".  Otherwise, a great thing!
46 >                         -Mitsu
49 This reminds me of a novel use for pipes, reminiscent of "Mission Impossible".
50 Copy an executable file to a pipe.  Now, you can execute it ONCE.
52                         -Ed Puckett.