Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Oct 1996 15:07:47 +0800
From:      Peter Wemm <peter@spinner.DIALix.COM>
To:        Bruce Evans <bde@freefall.freebsd.org>
Cc:        CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-lib@freefall.freebsd.org, cvs-sbin@freefall.freebsd.org
Subject:   Re: cvs commit: src/lib/libmd mdXhl.c src/sbin/md5 md5.c 
Message-ID:  <199610250707.PAA18196@spinner.DIALix.COM>
In-Reply-To: Your message of "Thu, 24 Oct 1996 23:48:31 MST." <199610250648.XAA28412@freefall.freebsd.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
Bruce Evans wrote:
>   Modified:    lib/libmd  mdXhl.c
>                sbin/md5  md5.c
>   Log:
>   Moved #include of <sys/types.h> earlier so that this compiles when
>   <stdio.h> doesn't (bogusly) include <sys/types.h>.

Bogus it may be, but if we're even going to pretend that we are trying to  
conform to important standards where possible (such as Spec1170 aka the 
"Single Unix" spec), stdio.h and all the other major include files _must_ 
be self contained.  POSIX may not require it, but the X/Open stuff does.

Cheers,
-Peter





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