]> git.sur5r.net Git - cc65/commitdiff
Add comment about meaning of directory entry type.
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 3 Jun 2012 13:58:29 +0000 (13:58 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 3 Jun 2012 13:58:29 +0000 (13:58 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@5671 b7a2c559-68d2-44c3-8de9-860c34a00d81

include/dirent.h

index dc3cfc5f831c773aaaade99ae528affa71966d96..11c6edc32ff7a6e944fd3d97b3ce9929f933351d 100644 (file)
@@ -85,7 +85,7 @@ struct dirent {
     char                d_name[16+1];
     unsigned int        d_off;
     unsigned int        d_blocks;
-    unsigned char       d_type;
+    unsigned char       d_type;         /* See CBM_T_xxx defines in cbm.h */
 
     /* bsd extensions */
     unsigned char       d_namlen;