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

cvs commit: apache-1.3/src/os/os2 os.h

bjh         00/10/04 05:30:44

  Modified:    src/os/os2 os.h
  Log:
  OS/2 has no symlinks so make lstat == stat
  
  Revision  Changes    Path
  1.17      +1 -0      apache-1.3/src/os/os2/os.h
  
  Index: os.h
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/os/os2/os.h,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- os.h	2000/09/22 18:20:52	1.16
  +++ os.h	2000/10/04 12:30:43	1.17
  @@ -41,6 +41,7 @@
   
   /* OS/2 doesn't have symlinks so S_ISLNK is always false */
   #define S_ISLNK(m) 0
  +#define lstat(x, y) stat(x, y)
   
   /* Dynamic loading functions */
   #define     ap_os_dso_handle_t  unsigned long