Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Aug 1995 06:10:54 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        bde@zeta.org.au, gibbs@freefall.FreeBSD.org
Cc:        hackers@freefall.FreeBSD.org
Subject:   Re: 16, 32, and 64bit types?
Message-ID:  <199508282010.GAA12392@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
Oops.

>Type		FreeBSD		NetBSDr1994/12)	Right
>----		-------		---------------	-----
				      ^(
>min_dev_t	-		-		u_int32_t
>disk_dev_t	-		-		u_int32_t
>kernel_dev_t	-		-		kernel_promote(min_dev_t)
>dev_t		unsigned long	int32_t		user_promote(min_dev_t)
>min_pid_t	-		-		u16_t (for PID_MAX = 30000)
						^int16_t (pids are signed)
>kernel_pid_t	-		-		kernel_promote(min_pid_t)
>pid_t		long		int32_t		user_promote(min_pid_t)

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199508282010.GAA12392>