Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Aug 2008 20:38:26 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 147949 for review
Message-ID:  <200808202038.m7KKcQM0060809@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=147949

Change 147949 by rwatson@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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808202038.m7KKcQM0060809>