PERFORCE change 49769 for review

Juli Mallett jmallett at FreeBSD.org
Fri Mar 26 23:20:08 PST 2004


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

Change 49769 by jmallett at 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;


More information about the p4-projects mailing list