Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!virtech!cpcahil From: cpcahil@virtech.uucp (Conor P. Cahill) Newsgroups: comp.unix.xenix.sco Subject: Re: Simulating vfork under SCO Xenix Keywords: vfork Message-ID: <1991Jan26.021746.4130@virtech.uucp> Date: 26 Jan 91 02:17:46 GMT References: <345@lccinc.UUCP> Reply-To: cpcahil@virtech.UUCP (Conor P. Cahill) Organization: Virtual Technologies Inc., Sterling VA Lines: 16 In article <345@lccinc.UUCP> bent@lccinc.UUCP (Ben Taylor) writes: >I am currently working on getting tcl working under Xenix, and have solved >some initial problems. However, not having much berkeley background, >I am unfamiliar with vfork. I know what its supposed to do, but I'm >not sure how to make Xenix simulate it. Anyone have suggestions? You can usually just #define vfork fork. HOWEVER, if they were tricky about changing variables following the vfork, this may not work. If all they do is exec a different program the #def will be fine. If they did modify viriables following the vfork, you are out of luck (it can't be emulated cleanly under Xenix). -- Conor P. Cahill (703)430-9247 Virtual Technologies, Inc. uunet!virtech!cpcahil 46030 Manekin Plaza, Suite 160 Sterling, VA 22170