From: David Reid Date: Tue, 4 Apr 2000 08:57:18 +0000 (+0000) Subject: ap_os_kill isn't being used now as it's in APR, so remove it! X-Git-Tag: apache-doc-split-01~82 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5774eb4d62a6603c21f8905437ebc77273fe61fe;p=thirdparty%2Fapache%2Fhttpd.git ap_os_kill isn't being used now as it's in APR, so remove it! git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84902 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/os/beos/os.h b/os/beos/os.h index 20560c1a585..618ff52f92b 100644 --- a/os/beos/os.h +++ b/os/beos/os.h @@ -76,6 +76,5 @@ extern int ap_os_is_path_absolute(const char *file); #define ap_os_case_canonical_filename(p,f) (f) #define ap_os_systemcase_filename(p,f) (f) #define ap_os_is_filename_valid(f) (1) -#define ap_os_kill(pid, sig) kill(pid, sig) #endif /* !APACHE_OS_H */