From cf80c545a5e213bd1e0b2c431f20e60a95d9dfaf Mon Sep 17 00:00:00 2001 From: Uwe Bonnes Date: Fri, 23 Nov 2001 18:25:34 +0000 Subject: [PATCH] _dev_t is an unsigned integer. --- include/msvcrt/sys/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/msvcrt/sys/types.h b/include/msvcrt/sys/types.h index 6cec7d7a8c7..5ca2e7c9ca4 100644 --- a/include/msvcrt/sys/types.h +++ b/include/msvcrt/sys/types.h @@ -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); -- 2.11.4.GIT