You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by st...@locus.apache.org on 2000/04/27 22:25:02 UTC

cvs commit: apache-2.0/src/lib/apr/file_io/win32 open.c

stoddard    00/04/27 13:25:02

  Modified:    src/lib/apr/file_io/win32 open.c
  Log:
  get rid of C++ style comment
  
  Revision  Changes    Path
  1.38      +0 -2      apache-2.0/src/lib/apr/file_io/win32/open.c
  
  Index: open.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/file_io/win32/open.c,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- open.c	2000/04/27 14:55:10	1.37
  +++ open.c	2000/04/27 20:25:01	1.38
  @@ -153,7 +153,6 @@
           SetFilePointer((*dafile)->filehand, 0, NULL, FILE_END);
       }
   
  -//    (*dafile)->stated = 0;  /* we haven't called stat for this file yet. */
       (*dafile)->eof_hit = 0;
       ap_register_cleanup((*dafile)->cntxt, (void *)(*dafile), file_cleanup,
                           ap_null_cleanup);
  @@ -224,7 +223,6 @@
           return GetLastError();
       (*thefile)->cntxt = cont;
       (*thefile)->fname = "STD_ERROR_HANDLE";
  -//    (*thefile)->stated = 0;
       (*thefile)->eof_hit = 0;
   
       return APR_SUCCESS;