Index: dietdirent.h =================================================================== RCS file: /cvs/dietlibc/dietdirent.h,v retrieving revision 1.2 diff -u -r1.2 dietdirent.h --- dietdirent.h 3 Jul 2002 20:33:37 -0000 1.2 +++ dietdirent.h 10 Feb 2007 19:28:35 -0000 @@ -1,8 +1,8 @@ #include struct __dirstream { - int fd; char buf[PAGE_SIZE-(sizeof (int)*3)]; + int fd; unsigned int num; unsigned int cur; }; /* stream data from opendir() */