[BACK]Return to readfilemap.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / mit / expat / dist / xmlwf

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/external/mit/expat/dist/xmlwf/readfilemap.c between version 1.1.1.2 and 1.1.1.2.12.1

version 1.1.1.2, 2012/04/06 10:23:32 version 1.1.1.2.12.1, 2017/02/19 04:53:24
Line 8 
Line 8 
 #include <stdlib.h>  #include <stdlib.h>
 #include <stdio.h>  #include <stdio.h>
   
   /* Functions close(2) and read(2) */
 #ifdef __WATCOMC__  #ifdef __WATCOMC__
 #ifndef __LINUX__  #ifndef __LINUX__
 #include <io.h>  #include <io.h>
 #else  #else
 #include <unistd.h>  #include <unistd.h>
 #endif  #endif
 #endif  #else
   # if !defined(WIN32) && !defined(_WIN32) && !defined(_WIN64)
 #ifdef __BEOS__  #  include <unistd.h>
 #include <unistd.h>  # endif
 #endif  #endif
   
 #ifndef S_ISREG  #ifndef S_ISREG

Legend:
Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.2.12.1

CVSweb <webmaster@jp.NetBSD.org>