Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!xavax!jat From: jat@xavax.com (John Tamplin) Newsgroups: comp.unix.internals Subject: Re: executing a stream Message-ID: <1991Jan25.210821.798@xavax.com> Date: 25 Jan 91 21:08:21 GMT Distribution: na Organization: Xavax Lines: 12 In principle, it seems like fexec* is missing from the system call interface, perhaps because it was deemed unreasonable. There is stat() and fstat(), etc, which operate on either a file or a stream, but no fexecv(). The kernel implementation would be a few differences at the start, but the main part would be identical. Make the synopsis be: fexecv(int fd,char *args[]) -- John Tamplin Xavax jat@xavax.COM 2104 West Ferry Way ...!uunet!xavax!jat Huntsville, AL 35801