bjh 99/07/08 09:46:21
Modified: src/os/os2 util_os2.c Log: Eliminate missing prototype warning for DosGetMessage() Revision Changes Path 1.5 +1 -2 apache-1.3/src/os/os2/util_os2.c Index: util_os2.c =================================================================== RCS file: /home/cvs/apache-1.3/src/os/os2/util_os2.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- util_os2.c 1999/05/07 05:49:46 1.4 +++ util_os2.c 1999/07/08 16:46:20 1.5 @@ -1,6 +1,5 @@ -#define INCL_DOSFILEMGR +#define INCL_DOS #define INCL_DOSERRORS -#define INCL_DOSEXCEPTIONS #include <os2.h> #include "httpd.h" #include "http_log.h"