From owner-cvs-lib Fri Oct 25 00:08:10 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA29858 for cvs-lib-outgoing; Fri, 25 Oct 1996 00:08:10 -0700 (PDT) Received: from spinner.DIALix.COM (root@spinner.DIALix.COM [192.203.228.67]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id AAA29832; Fri, 25 Oct 1996 00:07:56 -0700 (PDT) Received: from spinner.DIALix.COM (peter@localhost.DIALix.oz.au [127.0.0.1]) by spinner.DIALix.COM (8.8.2/8.8.2) with ESMTP id PAA18196; Fri, 25 Oct 1996 15:07:47 +0800 (WST) Message-Id: <199610250707.PAA18196@spinner.DIALix.COM> X-Mailer: exmh version 1.6.9 8/22/96 To: Bruce Evans 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 In-reply-to: Your message of "Thu, 24 Oct 1996 23:48:31 MST." <199610250648.XAA28412@freefall.freebsd.org> Date: Fri, 25 Oct 1996 15:07:47 +0800 From: Peter Wemm Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Bruce Evans wrote: > Modified: lib/libmd mdXhl.c > sbin/md5 md5.c > Log: > Moved #include of earlier so that this compiles when > doesn't (bogusly) include . 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