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...@hyperreal.org on 1999/12/11 01:36:22 UTC

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

bjh         99/12/10 16:36:20

  Modified:    src/modules/standard mod_include.c
  Log:
  Clean up an unused variable warning.
  
  Revision  Changes    Path
  1.120     +1 -1      apache-1.3/src/modules/standard/mod_include.c
  
  Index: mod_include.c
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/modules/standard/mod_include.c,v
  retrieving revision 1.119
  retrieving revision 1.120
  diff -u -r1.119 -r1.120
  --- mod_include.c	1999/10/21 20:45:29	1.119
  +++ mod_include.c	1999/12/11 00:36:17	1.120
  @@ -786,7 +786,7 @@
       FILE *dbg = fopen("/dev/tty", "w");
   #endif
   #endif
  -#ifndef WIN32
  +#if !defined(WIN32) && !defined(OS2)
       char err_string[MAX_STRING_LEN];
   #endif