Your message dated Tue, 17 Jan 2006 13:25:28 -0600
with message-id <[EMAIL PROTECTED]>
and subject line Has been in for a while
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at maintonly) by bugs.debian.org; 18 Apr 2002 19:31:56 +0000
>From [EMAIL PROTECTED] Thu Apr 18 14:31:56 2002
Return-path: <[EMAIL PROTECTED]>
Received: from cs6625132-47.austin.rr.com (dragon.taral.net) [66.25.132.47]
(postfix)
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 16yHdH-0002A8-00; Thu, 18 Apr 2002 14:31:51 -0500
Received: by dragon.taral.net (Postfix, from userid 1000)
id 1529013F28; Thu, 18 Apr 2002 14:31:51 -0500 (CDT)
Date: Thu, 18 Apr 2002 14:31:51 -0500
From: JP Sugarbroad <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: uclibc: Add timegm support
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.28i
X-Reportbug-Version: 1.49
Delivered-To: [EMAIL PROTECTED]
Package: uclibc
Version: N/A; reported 2002-04-18
Severity: wishlist
Tags: patch
Hopefully this comes through intact. This patch adds support for the
timegm() call, as present in /usr/i386-linux-uclibc/include/time.h.
--- libc/misc/time/mktime.c Fri Apr 6 18:34:52 2001
+++ libc/misc/time/mktime.c Thu Apr 18 14:19:57 2002
@@ -162,6 +162,14 @@
return __mktime_internal(tp, localtime_r, &localtime_offset);
}
+time_t timegm(tp)
+ struct tm *tp;
+{
+ time_t gmtime_offset = 0;
+
+ return __mktime_internal(tp, gmtime_r, &gmtime_offset);
+}
+
/* Convert *TP to a time_t value, inverting
the monotonic and mostly-unit-linear conversion function CONVERT.
Use *OFFSET to keep track of a guess at the offset of the result,
--
Taral <[EMAIL PROTECTED]>
This message is digitally signed. Please PGP encrypt mail to me.
"Pretty please with dollars on top?" -- Me
---------------------------------------
Received: (at 143501-done) by bugs.debian.org; 17 Jan 2006 19:25:31 +0000
>From [EMAIL PROTECTED] Tue Jan 17 11:25:31 2006
Return-path: <[EMAIL PROTECTED]>
Received: from ms-smtp-03.texas.rr.com ([24.93.47.42]
helo=ms-smtp-03-eri0.texas.rr.com)
by spohr.debian.org with esmtp (Exim 4.50)
id 1EywSQ-0002J3-QK
for [EMAIL PROTECTED]; Tue, 17 Jan 2006 11:25:30 -0800
Received: from localhost (cpe-70-113-92-185.austin.res.rr.com [70.113.92.185])
by ms-smtp-03-eri0.texas.rr.com (8.12.10/8.12.7) with ESMTP id
k0HJPSRZ023196
for <[EMAIL PROTECTED]>; Tue, 17 Jan 2006 13:25:28 -0600 (CST)
Received: from taral by localhost with local (Exim 4.60)
(envelope-from <[EMAIL PROTECTED]>)
id 1EywSO-0003iK-8v
for [EMAIL PROTECTED]; Tue, 17 Jan 2006 13:25:28 -0600
To: [EMAIL PROTECTED]
Subject: Has been in for a while
Message-Id: <[EMAIL PROTECTED]>
From: taral <[EMAIL PROTECTED]>
Date: Tue, 17 Jan 2006 13:25:28 -0600
X-Virus-Scanned: Symantec AntiVirus Scan Engine
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no
version=2.60-bugs.debian.org_2005_01_02
This has been in uclibc for a while.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]