Aggiornamento e revisione della sezione sulla scansione delle
[gapil.git] / listati / dirent.c
index f8e4c2533ecb8a53f7ddd1b05c407bfca70dc493..23abffeb11266e5b66f32f38d9dd803d76bbc22f 100644 (file)
@@ -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 */
 };