From cdca1cd8e3b95c7725258b73a369a53041b8a9c2 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 10 Sep 2002 09:06:07 +0000 Subject: [PATCH 1/1] [project @ 2002-09-10 09:06:07 by simonmar] Remove CBlkCnt and add it to the ToDo list; it clearly isn't present on several systems yet. Fortunately we weren't using it. --- System/Posix/Types.hs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/System/Posix/Types.hs b/System/Posix/Types.hs index be01bec..ce88f2c 100644 --- a/System/Posix/Types.hs +++ b/System/Posix/Types.hs @@ -23,7 +23,7 @@ module System.Posix.Types ( #ifndef mingw32_TARGET_OS CGid(..), CNlink(..), CSsize(..), CUid(..), CCc(..), CSpeed(..), - CTcflag(..), CBlkCnt(..), + CTcflag(..), #endif Fd(..), @@ -82,10 +82,9 @@ INTEGRAL_TYPE(CUid,tyConCUid,"CUid",HTYPE_UID_T) NUMERIC_TYPE(CCc,tyConCCc,"CCc",HTYPE_CC_T) NUMERIC_TYPE(CSpeed,tyConCSpeed,"CSpeed",HTYPE_SPEED_T) INTEGRAL_TYPE(CTcflag,tyConCTcflag,"CTcflag",HTYPE_TCFLAG_T) -INTEGRAL_TYPE(CBlkCnt,tyConBlkCnd,"CBlkCnt",HTYPE_BLKCNT_T) #endif --- ToDo: blksize_t, clockid_t, fsblkcnt_t, fsfilcnt_t, id_t, key_t +-- ToDo: blksize_t, clockid_t, blkcnt_t, fsblkcnt_t, fsfilcnt_t, id_t, key_t -- suseconds_t, timer_t, useconds_t -- Make an Fd type rather than using CInt everywhere -- 1.7.10.4