home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!gatech!paladin.american.edu!howland.reston.ans.net!spool.mu.edu!sgiblab!sgigate!sgi!fido!moose.asd.sgi.com!jwag
- From: jwag@moose.asd.sgi.com (Chris Wagner)
- Newsgroups: comp.sys.sgi.bugs
- Subject: Re: prototype for execve in /usr/include/unistd.h
- Date: 22 Jan 1993 17:59:02 GMT
- Organization: Silicon Graphics, Research & Development
- Lines: 21
- Distribution: world
- Message-ID: <1jpcl6INNpvi@fido.asd.sgi.com>
- References: <llqrjaINNme6@ai.cs.utexas.edu>
- NNTP-Posting-Host: moose.asd.sgi.com
-
- In article <llqrjaINNme6@ai.cs.utexas.edu>, meyering@cs.utexas.edu (Jim Meyering) writes:
- |>
- |> The prototype for execve in /usr/include/unistd.h is
- |>
- |> extern int execve(const char *, const char **, const char **);
- |>
- |> I believe it should be like this instead
- |>
- |> extern int execve(const char *, char * const*, char *const *);
- |>
- |> Comments?
- |> --
- |> Jim Meyering | Member of the League for Programming Freedom
- |> meyering@cs.utexas.edu | Contact me or lpf@uunet.uu.net for more info.
-
- --
- Yes, this is being fixed in the 5.0 release.
-
- ----
- Chris Wagner (jwag@sgi.com)
-
-