coar        97/08/25 10:10:20

  Modified:    src/main httpd.h
  Log:
        Yerg.  Forgot to include httpd.h in my r->mtime commit.  D'oh!
  
  Pointed out by: Randy Terbush <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.145     +1 -0      apachen/src/main/httpd.h
  
  Index: httpd.h
  ===================================================================
  RCS file: /export/home/cvs/apachen/src/main/httpd.h,v
  retrieving revision 1.144
  retrieving revision 1.145
  diff -u -r1.144 -r1.145
  --- httpd.h   1997/08/24 02:51:36     1.144
  +++ httpd.h   1997/08/25 17:10:18     1.145
  @@ -564,6 +564,7 @@
   
     int sent_bodyct;           /* byte count in stream is for body */
     long bytes_sent;           /* body byte count, for easy access */
  +  time_t mtime;                 /* Time the resource was last modified */
   
     /* HTTP/1.1 connection-level features */
   
  
  
  

Reply via email to