]> granicus.if.org Git - apache/commitdiff
Just some symbol cleanup from grep'ping sources.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sun, 15 Oct 2000 19:55:36 +0000 (19:55 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sun, 15 Oct 2000 19:55:36 +0000 (19:55 +0000)
  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

index e660d668b27281a4ef650d2248efcfb0404a61fe..4ed873fcaaa919c3629f96715f61708766771c42 100644 (file)
@@ -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 {