X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=listati%2Fdirent.c;fp=listati%2Fdirent.c;h=23abffeb11266e5b66f32f38d9dd803d76bbc22f;hp=f8e4c2533ecb8a53f7ddd1b05c407bfca70dc493;hb=9fd07acb47a0dddaff1769bdec46ffd760c7f0fb;hpb=4983f4a679ceab469bd4140800917e6f86e1663d diff --git a/listati/dirent.c b/listati/dirent.c index f8e4c25..23abffe 100644 --- a/listati/dirent.c +++ b/listati/dirent.c @@ -2,6 +2,7 @@ struct dirent { ino_t d_ino; /* inode number */ off_t d_off; /* offset to the next dirent */ unsigned short int d_reclen; /* length of this record */ - unsigned char d_type; /* type of file */ - char d_name[256]; /* We must not include limits.h! */ + unsigned char d_type; /* type of file; + by all file system types */ + char d_name[256]; /* filename */ };