You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rs...@hyperreal.org on 1999/10/27 11:26:57 UTC

cvs commit: apache-1.3/src/modules/standard mod_headers.c mod_usertrack.c

rse         99/10/27 02:26:56

  Modified:    src/modules/standard mod_headers.c mod_usertrack.c
  Log:
  Get rid of gcc's "warning: file does not end in newline" messages
  caused by the recently comitted ugly NETWARE stuff..
  
  Revision  Changes    Path
  1.22      +2 -1      apache-1.3/src/modules/standard/mod_headers.c
  
  Index: mod_headers.c
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/modules/standard/mod_headers.c,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- mod_headers.c	1999/10/21 20:45:28	1.21
  +++ mod_headers.c	1999/10/27 09:26:53	1.22
  @@ -269,4 +269,5 @@
   {
       ExitThread(TSR_THREAD, 0);
   }
  -#endif
  \ No newline at end of file
  +#endif
  +
  
  
  
  1.41      +2 -1      apache-1.3/src/modules/standard/mod_usertrack.c
  
  Index: mod_usertrack.c
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/modules/standard/mod_usertrack.c,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- mod_usertrack.c	1999/10/21 20:45:48	1.40
  +++ mod_usertrack.c	1999/10/27 09:26:54	1.41
  @@ -389,4 +389,5 @@
   {
       ExitThread(TSR_THREAD, 0);
   }
  -#endif
  \ No newline at end of file
  +#endif
  +