From tsingle@talon.gsfc.nasa.gov  Sat Jan 27 12:08:27 1996
Received: from talon.gsfc.nasa.gov (talon.gsfc.nasa.gov [192.225.78.249])
          by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id MAA28678
          for <FreeBSD-gnats-submit@freebsd.org>; Sat, 27 Jan 1996 12:08:25 -0800 (PST)
Received: (from tsingle@localhost) by talon.gsfc.nasa.gov (8.6.12/8.6.9) id PAA05858; Sat, 27 Jan 1996 15:01:50 -0500
Message-Id: <199601272001.PAA05858@talon.gsfc.nasa.gov>
Date: Sat, 27 Jan 1996 15:01:50 -0500
From: Tim Singletary <tsingle@talon.gsfc.nasa.gov>
Reply-To: tsingle@talon.gsfc.nasa.gov
To: FreeBSD-gnats-submit@freebsd.org
Subject: stdlib.h and size_t
X-Send-Pr-Version: 3.2

>Number:         973
>Category:       misc
>Synopsis:       2.1's stdlib.h uses size_t but doesn't #include sys/types.h
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 27 12:10:02 PST 1996
>Closed-Date:    Sun Jan 28 01:19:43 MET 1996
>Last-Modified:  Sun Jan 28 01:20:35 MET 1996
>Originator:     Tim Singletary
>Release:        FreeBSD 2.1-STABLE i386
>Organization:
NASA Goddard Space Flight Center
>Environment:
>Description:
stdlib.h references size_t, yet doesn't define this name.  stdlib.h
should probably #include sys/types.h
>How-To-Repeat:
>Fix:
stdlib.h should #include sys/types.h
>Release-Note:
>Audit-Trail:

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

From: J Wunsch <j@uriah.heep.sax.de>
To: tsingle@talon.gsfc.nasa.gov
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: misc/973: stdlib.h and size_t
Date: Sat, 27 Jan 1996 23:14:53 +0100 (MET)

 As Tim Singletary wrote:
 > 
 > stdlib.h references size_t, yet doesn't define this name.
 
 It does, via _BSD_SIZE_T and <machine/ansi.h>.
 
 -- 
 cheers, J"org
 
 joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
 Never trust an operating system you don't have sources for. ;-)
State-Changed-From-To: open->closed 
State-Changed-By: joerg 
State-Changed-When: Sun Jan 28 01:19:43 MET 1996 
State-Changed-Why:  
Looks like false alarm. 

>Unformatted:
