diff --git a/sys/sys/types.h b/sys/sys/types.h index bf3efae7db8c..0182ec4cd89d 100644 --- a/sys/sys/types.h +++ b/sys/sys/types.h @@ -1,4 +1,4 @@ -/* $NetBSD: types.h,v 1.78 2008/01/15 03:37:12 rmind Exp $ */ +/* $NetBSD: types.h,v 1.79 2008/01/21 00:27:24 rmind Exp $ */ /*- * Copyright (c) 1982, 1986, 1991, 1993, 1994 @@ -107,8 +107,6 @@ typedef unsigned char unchar; /* Sys V compatibility */ typedef unsigned short ushort; /* Sys V compatibility */ typedef unsigned int uint; /* Sys V compatibility */ typedef unsigned long ulong; /* Sys V compatibility */ - -typedef u_long cpuid_t; #endif typedef uint64_t u_quad_t; /* quads */ @@ -199,6 +197,8 @@ typedef int32_t dtime_t; /* on-disk time_t */ typedef int mqd_t; +typedef unsigned long cpuid_t; + typedef int psetid_t; #if defined(_KERNEL) || defined(_STANDALONE)