--- cvsroot/libeio/eio.h 2009/06/06 19:44:17 1.21 +++ cvsroot/libeio/eio.h 2009/06/12 16:48:08 1.23 @@ -78,7 +78,7 @@ EIO_DT_UNKNOWN = 0, EIO_DT_FIFO = 1, EIO_DT_CHR = 2, - EIO_DT_MPC = 3, /* multiplexed char device (v7+Coherent) */ + EIO_DT_MPC = 3, /* multiplexed char device (v7+coherent) */ EIO_DT_DIR = 4, EIO_DT_NAM = 5, /* xenix special named file */ EIO_DT_BLK = 6, @@ -91,7 +91,7 @@ EIO_DT_SOCK = 12, EIO_DT_DOOR = 13, /* solaris door */ EIO_DT_WHT = 14, - EIO_DT_MAX = 15 /* highest DT_VALUE ever, hopefully */ + EIO_DT_MAX = 15 /* highest DT_VALUE ever, hopefully */ }; struct eio_dirent { @@ -99,7 +99,7 @@ ino_t inode; unsigned short namelen; unsigned char type; - unsigned char score; /* internal use */ + signed char score; /* internal use */ /* 0-4 bytes padding */ };