]> granicus.if.org Git - apache/commitdiff
Delete remnants of ap_spawnvp that got missed earlier.
authorManoj Kasichainula <manoj@apache.org>
Tue, 30 Nov 1999 05:56:17 +0000 (05:56 +0000)
committerManoj Kasichainula <manoj@apache.org>
Tue, 30 Nov 1999 05:56:17 +0000 (05:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84194 13f79535-47bb-0310-9956-ffa450edef68

os/beos/os.h
os/unix/os.h
os/win32/os.h
support/httpd.exp

index a4af416269fe073cfb60783f9a08db6927ce6321..3a1c22b30ebc783060954b6a49e32c72d2ba32e3 100644 (file)
@@ -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)
 
index 54124c77fcb55cdd890eafb2ed68efd50f2fb5d9..6689dfae5c66d5bab4f37f9fb04b0a400a763ff5 100644 (file)
@@ -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 */
index ff3f2e0378d8be08d9e7a7377cfdfd6af1771827..0dc876fd225da150eaa958f2ccdf70b5fe1f21f9 100644 (file)
@@ -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 <direct.h>
index d65f49b10d59456c6f7ce646d628680997548c6c..a845d0d413de773da4c788fa6892784c907f9d1a 100644 (file)
@@ -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