home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / sgi / bugs / 147 < prev    next >
Encoding:
Internet Message Format  |  1993-01-22  |  1.1 KB

  1. Path: sparky!uunet!gatech!paladin.american.edu!howland.reston.ans.net!spool.mu.edu!sgiblab!sgigate!sgi!fido!moose.asd.sgi.com!jwag
  2. From: jwag@moose.asd.sgi.com (Chris Wagner)
  3. Newsgroups: comp.sys.sgi.bugs
  4. Subject: Re: prototype for execve in /usr/include/unistd.h
  5. Date: 22 Jan 1993 17:59:02 GMT
  6. Organization: Silicon Graphics, Research & Development
  7. Lines: 21
  8. Distribution: world
  9. Message-ID: <1jpcl6INNpvi@fido.asd.sgi.com>
  10. References: <llqrjaINNme6@ai.cs.utexas.edu>
  11. NNTP-Posting-Host: moose.asd.sgi.com
  12.  
  13. In article <llqrjaINNme6@ai.cs.utexas.edu>, meyering@cs.utexas.edu (Jim Meyering) writes:
  14. |> 
  15. |> The prototype for execve in /usr/include/unistd.h is
  16. |> 
  17. |>     extern int execve(const char *, const char **, const char **);
  18. |> 
  19. |> I believe it should be like this instead
  20. |> 
  21. |>     extern int execve(const char *, char * const*, char *const *);
  22. |> 
  23. |> Comments?
  24. |> -- 
  25. |> Jim Meyering             | Member of the League for Programming Freedom
  26. |> meyering@cs.utexas.edu   | Contact me or lpf@uunet.uu.net for more info.
  27.  
  28. -- 
  29. Yes, this is being fixed in the 5.0 release.
  30.  
  31. ----
  32. Chris Wagner (jwag@sgi.com)
  33.  
  34.