Diff for /dietlibc/dietdirent.h between versions 1.2 and 1.3

version 1.2, 2002/07/03 20:33:37 version 1.3, 2013/07/18 21:37:11
Line 1 Line 1
 #include <sys/shm.h>  #include <sys/shm.h>
   
 struct __dirstream {  struct __dirstream {
   int fd;  
   char buf[PAGE_SIZE-(sizeof (int)*3)];    char buf[PAGE_SIZE-(sizeof (int)*3)];
     int fd;
   unsigned int num;    unsigned int num;
   unsigned int cur;    unsigned int cur;
 };                              /* stream data from opendir() */  };                              /* stream data from opendir() */

Removed from v.1.2  
changed lines
  Added in v.1.3


LinuxTV legacy CVS <linuxtv.org/cvs>