Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Jun 2001 13:40:49 +0300 (IDT)
From:      Amir Shalem <amir@boom.org.il>
To:        <freebsd-stable@freebsd.org>
Subject:   time_t definition is worng
Message-ID:  <Pine.BSF.4.33_heb2.09.0106011337260.36522-100000@active.ath.cx>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.33_heb2.09.0106011337260.36522-100000>