From 1c3dab03248504beecede937c56d1e2e257706af Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Sun, 15 Oct 2000 19:55:36 +0000 Subject: [PATCH] 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 --- os/bs2000/os.h | 1 - 1 file changed, 1 deletion(-) 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 { -- 2.50.1