Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jan 1996 14:20:04 -0800 (PST)
From:      Bruce Evans <bde@zeta.org.au>
To:        freebsd-bugs
Subject:   Re: misc/973: stdlib.h and size_t
Message-ID:  <199601272220.OAA05377@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/973; it has been noted by GNATS.

From: Bruce Evans <bde@zeta.org.au>
To: FreeBSD-gnats-submit@FreeBSD.org, tsingle@talon.gsfc.nasa.gov
Cc:  Subject: Re: misc/973: stdlib.h and size_t
Date: Sun, 28 Jan 1996 08:59:44 +1100

 >>Description:
 >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.
 
 >>Fix:
 >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



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