Return-Path: Delivered-To: apache-cvs-archive@hyperreal.org Received: (qmail 1316 invoked by uid 6000); 30 Nov 1999 05:56:23 -0000 Received: (qmail 1299 invoked by uid 2016); 30 Nov 1999 05:56:20 -0000 Delivered-To: apcore-apache-2.0-cvs@apache.org Received: (qmail 1295 invoked by uid 216); 30 Nov 1999 05:56:19 -0000 Date: 30 Nov 1999 05:56:19 -0000 Message-ID: <19991130055619.1294.qmail@hyperreal.org> From: manoj@hyperreal.org To: apache-2.0-cvs@apache.org Subject: cvs commit: apache-2.0/src/support httpd.exp Sender: apache-cvs-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org manoj 99/11/29 21:56:18 Modified: src/os/beos os.h src/os/unix os.h src/os/win32 os.h src/support httpd.exp Log: Delete remnants of ap_spawnvp that got missed earlier. Revision Changes Path 1.4 +0 -1 apache-2.0/src/os/beos/os.h Index: os.h =================================================================== RCS file: /home/cvs/apache-2.0/src/os/beos/os.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -u -r1.3 -r1.4 --- os.h 1999/08/31 12:33:04 1.3 +++ os.h 1999/11/30 05:56:03 1.4 @@ -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) 1.5 +0 -3 apache-2.0/src/os/unix/os.h Index: os.h =================================================================== RCS file: /home/cvs/apache-2.0/src/os/unix/os.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -u -r1.4 -r1.5 --- os.h 1999/08/31 12:33:08 1.4 +++ os.h 1999/11/30 05:56:11 1.5 @@ -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 @@ * 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 */ 1.11 +0 -3 apache-2.0/src/os/win32/os.h Index: os.h =================================================================== RCS file: /home/cvs/apache-2.0/src/os/win32/os.h,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -u -r1.10 -r1.11 --- os.h 1999/11/30 03:52:57 1.10 +++ os.h 1999/11/30 05:56:14 1.11 @@ -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 1.3 +0 -1 apache-2.0/src/support/httpd.exp Index: httpd.exp =================================================================== RCS file: /home/cvs/apache-2.0/src/support/httpd.exp,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -u -r1.2 -r1.3 --- httpd.exp 1999/08/26 18:27:57 1.2 +++ httpd.exp 1999/11/30 05:56:17 1.3 @@ -331,7 +331,6 @@ ap_soft_timeout ap_some_auth_required ap_spawn_child -ap_spawnvp ap_sync_scoreboard_image ap_srm_command_loop ap_standalone