From: Manoj Kasichainula Date: Tue, 30 Nov 1999 05:56:17 +0000 (+0000) Subject: Delete remnants of ap_spawnvp that got missed earlier. X-Git-Tag: 1.3.10~140 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5ef043423070c90d347f6731279989be2f73f930;p=apache 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 --- diff --git a/os/beos/os.h b/os/beos/os.h index a4af416269..3a1c22b30e 100644 --- a/os/beos/os.h +++ b/os/beos/os.h @@ -72,7 +72,6 @@ */ extern int ap_os_is_path_absolute(const char *file); -extern int ap_spawnvp(const char *file, char *const argv[]); #define ap_os_is_filename_valid(f) (1) #define ap_os_kill(pid, sig) kill(pid, sig) diff --git a/os/unix/os.h b/os/unix/os.h index 54124c77fc..6689dfae5c 100644 --- a/os/unix/os.h +++ b/os/unix/os.h @@ -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 */ diff --git a/os/win32/os.h b/os/win32/os.h index ff3f2e0378..0dc876fd22 100644 --- a/os/win32/os.h +++ b/os/win32/os.h @@ -85,9 +85,6 @@ /* char *crypt(const char *pw, const char *salt); */ #define crypt(buf,salt) (buf) -/* Use the Windows built ap_context_t n spawnvp */ -#define ap_spawnvp(file, argv) (spawnvp(file, argv)) - /* Although DIR_TYPE is dirent (see nt/readdir.h) we need direct.h for chdir() */ #include diff --git a/support/httpd.exp b/support/httpd.exp index d65f49b10d..a845d0d413 100644 --- a/support/httpd.exp +++ b/support/httpd.exp @@ -331,7 +331,6 @@ ap_snprintf ap_soft_timeout ap_some_auth_required ap_spawn_child -ap_spawnvp ap_sync_scoreboard_image ap_srm_command_loop ap_standalone