Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Aug 1995 11:58:11 -0700
From:      "Justin T. Gibbs" <gibbs@freefall.FreeBSD.org>
To:        Bruce Evans <bde@zeta.org.au>
Cc:        hackers@freefall.FreeBSD.org
Subject:   Re: 16, 32, and 64bit types? 
Message-ID:  <199508281858.LAA20343@freefall.FreeBSD.org>
In-Reply-To: Your message of "Tue, 29 Aug 95 04:50:56 %2B1000." <199508281850.EAA10488@godzilla.zeta.org.au> 

next in thread | previous in thread | raw e-mail | index | archive | help
>>that will always be 32bits.  NetBSD has u_int32 and 
>>friends for this type of task.  Do we have anything
>>similar?  If not, I think we should.  What would it
>>take to bring in the extra types?
>
>We have u_int32_t etc. in <sys/types.h> (actually in
><machine/types.h>.  u_int32 would pollute the namespace.
>
>Bruce

Yes, I meant u_int32_t.  Any reason sys/types.h doesn't use them
to express the other types?  This is how it is done in NetBSD.
--
Justin T. Gibbs
===========================================
  Software Developer - Walnut Creek CDROM
  FreeBSD: Turning PCs into workstations
===========================================



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