From 883c5345d4a806fbea7c7a01ef3e9548874de85b Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Tue, 30 Sep 2003 21:46:08 +0000 Subject: * fhandler.cc (fhandler_base::fstat): Drop FH_FLOPPY case. --- winsup/cygwin/fhandler.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'winsup/cygwin/fhandler.cc') diff --git a/winsup/cygwin/fhandler.cc b/winsup/cygwin/fhandler.cc index 34f4c531e..07bcdc94f 100644 --- a/winsup/cygwin/fhandler.cc +++ b/winsup/cygwin/fhandler.cc @@ -977,9 +977,6 @@ fhandler_base::fstat (struct __stat64 *buf) case FH_PIPER: buf->st_mode = S_IFIFO | STD_RBITS; break; - case FH_FLOPPY: - buf->st_mode = S_IFBLK | STD_RBITS | STD_WBITS | S_IWGRP | S_IWOTH; - break; default: buf->st_mode = S_IFCHR | STD_RBITS | STD_WBITS | S_IWGRP | S_IWOTH; break; -- cgit v1.2.3