From: William A. Rowe Jr Date: Sun, 15 Oct 2000 19:55:36 +0000 (+0000) Subject: Just some symbol cleanup from grep'ping sources. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1c3dab03248504beecede937c56d1e2e257706af;p=apache Just some symbol cleanup from grep'ping sources. BS2000 maintainer please verify. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86599 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/os/bs2000/os.h b/os/bs2000/os.h index e660d668b2..4ed873fcaa 100644 --- a/os/bs2000/os.h +++ b/os/bs2000/os.h @@ -88,7 +88,6 @@ extern int ap_os_is_path_absolute(const char *file); /* Other ap_os_ routines not used by this platform */ #define ap_os_is_filename_valid(f) (1) -#define ap_os_kill(pid, sig) kill(pid, sig) #if !defined(_POSIX_SOURCE) && !defined(_XOPEN_SOURCE) typedef struct {