Date: Fri, 26 Mar 2004 23:20:07 -0800 (PST) From: Juli Mallett <jmallett@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 49769 for review Message-ID: <200403270720.i2R7K7JB048282@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=49769 Change 49769 by jmallett@jmallett_oingo on 2004/03/26 23:19:06 Snag cpumask_t, 64-bit time_t. Affected files ... .. //depot/projects/mips/sys/mips/include/_types.h#4 integrate Differences ... ==== //depot/projects/mips/sys/mips/include/_types.h#4 (text+ko) ==== @@ -33,7 +33,7 @@ * * From: @(#)ansi.h 8.2 (Berkeley) 1/4/94 * From: @(#)types.h 8.3 (Berkeley) 1/5/94 - * $FreeBSD: src/sys/sparc64/include/_types.h,v 1.3 2003/02/08 20:37:55 mike Exp $ + * $FreeBSD: src/sys/sparc64/include/_types.h,v 1.6 2004/03/20 20:41:40 marcel Exp $ */ #ifndef _MACHINE__TYPES_H_ @@ -55,6 +55,7 @@ * Standard type definitions. */ typedef __int32_t __clock_t; /* clock()... */ +typedef unsigned int __cpumask_t; typedef __int64_t __critical_t; typedef double __double_t; typedef float __float_t; @@ -74,7 +75,7 @@ typedef __int64_t __segsz_t; /* segment size (in pages) */ typedef __uint64_t __size_t; /* sizeof() */ typedef __int64_t __ssize_t; /* byte count or error */ -typedef __int32_t __time_t; /* time()... */ +typedef __int64_t __time_t; /* time()... */ typedef __uint64_t __uintfptr_t; typedef __uint64_t __uintmax_t; typedef __uint64_t __uintptr_t;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403270720.i2R7K7JB048282>