From 45e6e99783c6901d318192911d153bd3a88bebc5 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 12 Jan 2001 15:48:36 +0000 Subject: [PATCH] [project @ 2001-01-12 15:48:36 by simonmar] remove dup definition of CTime --- ghc/lib/std/PrelPosixTypes.hsc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 1.7.10.4