PERFORCE change 147949 for review

Robert Watson rwatson at FreeBSD.org
Wed Aug 20 20:38:27 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=147949

Change 147949 by rwatson at rwatson_freebsd_capabilities on 2008/08/20 20:37:29

	Remove dup fexeve(2) definition now that fexecve is in SVN.

Affected files ...

.. //depot/projects/trustedbsd/capabilities/src/include/unistd.h#5 edit

Differences ...

==== //depot/projects/trustedbsd/capabilities/src/include/unistd.h#5 (text+ko) ====

@@ -335,9 +335,6 @@
 int	 execv(const char *, char * const *);
 int	 execve(const char *, char * const *, char * const *);
 int	 execvp(const char *, char * const *);
-#ifdef __BSD_VISIBLE
-int	 fexecve(int, char * const *, char * const *);
-#endif
 pid_t	 fork(void);
 long	 fpathconf(int, int);
 char	*getcwd(char *, size_t);


More information about the p4-projects mailing list