_dev_t is an unsigned integer.

This commit is contained in:
Uwe Bonnes 2001-11-23 18:25:34 +00:00 committed by Alexandre Julliard
parent 096bab67c0
commit cf80c545a5
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
#endif
typedef unsigned short _dev_t;
typedef unsigned int _dev_t;
typedef unsigned short _ino_t;
typedef int _off_t;
typedef long MSVCRT(time_t);