bjh         99/11/01 03:11:41

  Modified:    src/lib/apr/file_io/os2 maperrorcode.c
  Log:
  OS/2: Error map shouldn't be a public symbol.
  
  Revision  Changes    Path
  1.4       +1 -1      apache-2.0/src/lib/apr/file_io/os2/maperrorcode.c
  
  Index: maperrorcode.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/file_io/os2/maperrorcode.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- maperrorcode.c    1999/10/29 14:20:59     1.3
  +++ maperrorcode.c    1999/11/01 11:11:40     1.4
  @@ -62,7 +62,7 @@
   #include "../../network_io/os2/os2calls.h"
   
   
  -int errormap[][2] = {
  +static int errormap[][2] = {
       { NO_ERROR,                   APR_SUCCESS      },
       { ERROR_FILE_NOT_FOUND,       APR_ENOENT       },
       { ERROR_PATH_NOT_FOUND,       APR_ENOENT       },
  
  
  

Reply via email to