mirror of
https://github.com/apache/httpd.git
synced 2025-08-15 23:27:39 +00:00
Delete remnants of ap_spawnvp that got missed earlier.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84194 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -77,8 +77,6 @@
|
||||
#define INLINE extern ap_inline
|
||||
|
||||
INLINE int ap_os_is_path_absolute(const char *file);
|
||||
/* spawn = fork + exec on unix */
|
||||
INLINE int ap_spawnvp(const char *file, char *const argv[]);
|
||||
|
||||
#include "os-inline.c"
|
||||
|
||||
@ -88,7 +86,6 @@ INLINE int ap_spawnvp(const char *file, char *const argv[]);
|
||||
* as normal
|
||||
*/
|
||||
extern int ap_os_is_path_absolute(const char *file);
|
||||
extern int ap_spawnvp(const char *file, char *const argv[]);
|
||||
#endif
|
||||
|
||||
/* Other ap_os_ routines not used by this platform */
|
||||
|
Reference in New Issue
Block a user