From: simonmar Date: Fri, 12 Jan 2001 15:48:36 +0000 (+0000) Subject: [project @ 2001-01-12 15:48:36 by simonmar] X-Git-Tag: Approximately_9120_patches~2930 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=45e6e99783c6901d318192911d153bd3a88bebc5;p=ghc-hetmet.git [project @ 2001-01-12 15:48:36 by simonmar] remove dup definition of CTime --- diff --git a/ghc/lib/std/PrelPosixTypes.hsc b/ghc/lib/std/PrelPosixTypes.hsc index 4f3a620..d5ed2e5 100644 --- a/ghc/lib/std/PrelPosixTypes.hsc +++ b/ghc/lib/std/PrelPosixTypes.hsc @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- $Id: PrelPosixTypes.hsc,v 1.1 2001/01/11 17:25:57 simonmar Exp $ +-- $Id: PrelPosixTypes.hsc,v 1.2 2001/01/12 15:48:36 simonmar Exp $ -- -- (c) 2000 -- @@ -27,4 +27,3 @@ type CUid = #type uid_t type CCc = #type cc_t type CSpeed = #type speed_t type CTcflag = #type tcflag_t -type CTime = #type time_t