Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!uwm.edu!bionet!agate!ucbvax!REMUS.EE.BYU.EDU!jlol From: jlol@REMUS.EE.BYU.EDU (Jay Lawlor) Newsgroups: comp.unix.aix Subject: Re: memory mapped file on RS/6000 (solution) Message-ID: <9103052322.AA00770@ucbvax.Berkeley.EDU> Date: 5 Mar 91 18:03:46 GMT Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: jlol@ee.byu.edu Lines: 8 Thanks for the help. For anyone interested, here is what I learned: 1) You don't need openx, open works just fine. 2) I had tried (1) but I had opened the file read-only and forgotten to put read-only in the shmat() call as well. Jay