From owner-freebsd-stable Fri Jun 1 3:40:34 2001 Delivered-To: freebsd-stable@freebsd.org Received: from active.ath.cx (ras3-p6.hfa.netvision.net.il [62.0.98.6]) by hub.freebsd.org (Postfix) with ESMTP id 81DBB37B423 for ; Fri, 1 Jun 2001 03:40:26 -0700 (PDT) (envelope-from amir@boom.org.il) Received: by active.ath.cx (Postfix, from userid 1000) id 03A176E796; Fri, 1 Jun 2001 13:40:49 +0300 (IDT) Received: from localhost (localhost [127.0.0.1]) by active.ath.cx (Postfix) with ESMTP id EBAF26A9D0 for ; Fri, 1 Jun 2001 13:40:49 +0300 (IDT) Date: Fri, 1 Jun 2001 13:40:49 +0300 (IDT) From: Amir Shalem X-X-Sender: To: Subject: time_t definition is worng Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have recently upgraded to 4.3-STABLE (1.5.2001) I saw that time_t typedef was changed from long to int. in /sys/i386/include/ansi.h, #define _BSD_TIME_T_ int /* time()... */ it should be: #define _BSD_TIME_T_ long /* time()... */ thanks, Amir. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message