diff options
author | root <root> | 2009-06-12 16:48:08 +0000 |
---|---|---|
committer | root <root> | 2009-06-12 16:48:08 +0000 |
commit | d27fbb10f2f3fdf91df56b395f079c5224014c0c (patch) | |
tree | 82d6c887121cddae3c5c959f8de5aaea8e7ac8d8 /eio.h | |
parent | f43b3a07245c5e1466f7f810f010298f7fa2dbe9 (diff) |
*** empty log message ***
Diffstat (limited to 'eio.h')
-rw-r--r-- | eio.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -99,7 +99,7 @@ struct eio_dirent { ino_t inode; unsigned short namelen; unsigned char type; - unsigned char score; /* internal use */ + signed char score; /* internal use */ /* 0-4 bytes padding */ }; |