1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-23 04:30:10 +00:00

Add comment about meaning of directory entry type.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5671 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz 2012-06-03 13:58:29 +00:00
parent d5cf83deba
commit 9d0a2c3007

View 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;