[BACK]Return to dirent.h CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/dirent.h between version 1.30 and 1.31

version 1.30, 2013/03/24 17:46:58 version 1.31, 2013/06/02 16:14:59
Line 40 
Line 40 
 /*  /*
  * POSIX doesn't mandate this, but X/Open XPG 4.2 does.   * POSIX doesn't mandate this, but X/Open XPG 4.2 does.
  */   */
 #if __BSD_VISIBLE || __XPG_VISIBLE >= 420  #if __BSD_VISIBLE || __XPG_VISIBLE >= 400
 #include <sys/types.h>  #include <sys/types.h>
   #else
   #include <sys/_types.h>
 #endif  #endif
   
 /*  /*

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31