Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/dirent.h

    r58898d1d r9d58539  
    3838#define NAME_MAX  256
    3939
    40 #include <sys/types.h>
    41 
    4240struct dirent {
    4341        char d_name[NAME_MAX + 1];
     
    4745        int fd;
    4846        struct dirent res;
    49         aoff64_t pos;
    5047} DIR;
    5148
Note: See TracChangeset for help on using the changeset viewer.