[BACK]Return to test-dirent-namlen.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/test-dirent-namlen.c between version 1.1 and 1.2

version 1.1, 2014/08/11 03:19:39 version 1.2, 2015/10/06 18:32:20
Line 6  main(void)
Line 6  main(void)
 {  {
         struct dirent    entry;          struct dirent    entry;
   
         return (sizeof(entry.d_namlen) == 0);          return sizeof(entry.d_namlen) == 0;
 }  }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb