Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Sep 2006 16:02:43 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 105538 for review
Message-ID:  <200609021602.k82G2h01030744@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=105538

Change 105538 by gonzo@gonzo_hideout on 2006/09/02 16:02:20

	o Change __time_t from 64 bits to 32 bits, since it causes 
	    problems with -Wcast-align while building usr.bin. Added
	    to TODO list.

Affected files ...

.. //depot/projects/mips2/src/sys/mips/include/_types.h#4 edit

Differences ...

==== //depot/projects/mips2/src/sys/mips/include/_types.h#4 (text+ko) ====

@@ -82,7 +82,7 @@
 typedef	__int32_t	__segsz_t;		/* segment size (in pages) */
 typedef	__uint32_t	__size_t;		/* sizeof() */
 typedef	__int32_t	__ssize_t;		/* byte count or error */
-typedef	__int64_t	__time_t;		/* time()... */
+typedef	__int32_t	__time_t;		/* time()... */
 typedef	__uint32_t	__uintfptr_t;
 typedef	__uint64_t	__uintmax_t;
 typedef	__uint32_t	__uintptr_t;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609021602.k82G2h01030744>