From 5be4c414a8fa29e7faf018b691c0d061d7e40d8a Mon Sep 17 00:00:00 2001 From: cgf Date: Sat, 8 Jun 2002 01:35:54 +0000 Subject: [PATCH] coerce --- winsup/cygwin/fhandler_socket.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winsup/cygwin/fhandler_socket.cc b/winsup/cygwin/fhandler_socket.cc index 3207aaf070..945088756d 100644 --- a/winsup/cygwin/fhandler_socket.cc +++ b/winsup/cygwin/fhandler_socket.cc @@ -258,7 +258,7 @@ fhandler_socket::fstat (struct __stat64 *buf, path_conv *pc) { int res = fhandler_base::fstat (buf, pc); if (!res) - buf->st_ino = get_handle (); + buf->st_ino = (ino_t) get_handle (); return res; } -- 2.11.0