PERFORCE change 105538 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Sat Sep 2 16:02:44 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=105538

Change 105538 by gonzo at 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;


More information about the p4-projects mailing list