You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by dr...@locus.apache.org on 2000/04/04 10:57:18 UTC

cvs commit: apache-2.0/src/os/beos os.h

dreid       00/04/04 01:57:18

  Modified:    src/os/beos os.h
  Log:
  ap_os_kill isn't being used now as it's in APR, so remove it!
  
  Revision  Changes    Path
  1.9       +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.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- os.h	2000/04/04 08:46:58	1.8
  +++ os.h	2000/04/04 08:57:18	1.9
  @@ -76,6 +76,5 @@
   #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 */