The following reply was made to PR misc/973; it has been noted by GNATS.
From: Bruce Evans <bd...@zeta.org.au>
To: Free...@FreeBSD.org, tsin...@talon.gsfc.nasa.gov
Cc: Subject: Re: misc/973: stdlib.h and size_t
Date: Sun, 28 Jan 1996 08:59:44 +1100
stdlib.h references size_t, yet doesn't define this name. stdlib.h
No, size_t is declared on line 42 of stdlib.h if it isn't already declared.
stdlib.h should #include sys/types.h
No, sys/types.h declares many other things that aren't supposed to be
declared by stdlib.h.
Bruce