From 7a43ac45b223fecf5cb069c8c644557ef876ad40 Mon Sep 17 00:00:00 2001 From: Mike Barcroft Date: Tue, 22 Oct 2002 13:26:35 +0000 Subject: Note that id_t can also hold a gid_t. Realign comments. --- sys/sys/_types.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'sys') diff --git a/sys/sys/_types.h b/sys/sys/_types.h index 6e95db24fa91..3ea24c474969 100644 --- a/sys/sys/_types.h +++ b/sys/sys/_types.h @@ -35,21 +35,21 @@ /* * Standard type definitions. */ -typedef __int32_t __clockid_t; /* clock_gettime()... */ -typedef __uint32_t __fflags_t; /* file flags */ +typedef __int32_t __clockid_t; /* clock_gettime()... */ +typedef __uint32_t __fflags_t; /* file flags */ typedef __uint64_t __fsblkcnt_t; typedef __uint64_t __fsfilcnt_t; typedef __uint32_t __gid_t; -typedef __int64_t __id_t; /* can hold a uid_t or pid_t */ -typedef long __key_t; /* IPC key (for Sys V IPC) */ -typedef __uint16_t __mode_t; /* permissions */ +typedef __int64_t __id_t; /* can hold a gid_t, pid_t, or uid_t */ +typedef long __key_t; /* IPC key (for Sys V IPC) */ +typedef __uint16_t __mode_t; /* permissions */ typedef int __nl_item; -typedef __int64_t __off_t; /* file offset */ -typedef __int32_t __pid_t; /* process [group] */ +typedef __int64_t __off_t; /* file offset */ +typedef __int32_t __pid_t; /* process [group] */ typedef __int64_t __rlim_t; /* resource limit (XXX not unsigned) */ typedef __uint8_t __sa_family_t; typedef __uint32_t __socklen_t; -typedef __int32_t __timer_t; /* timer_gettime()... */ +typedef __int32_t __timer_t; /* timer_gettime()... */ typedef __uint32_t __uid_t; /* -- cgit v1.2.3