Newsgroups: comp.parallel.pvm,comp.unix.bsd.freebsd.misc
From: j@uriah.heep.sax.de (J Wunsch)
Subject: Re: PVM and FreeBSD
Organization: Private FreeBSD site, Dresden.
Date: 12 Nov 1995 16:27:50 +0100
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
Message-ID: <4853pm$kgd@uriah.heep.sax.de>

Thomas Graichen <graichen@julia.physik.fu-berlin.de> wrote:

>it's the typical FreeBSD (i think 4.4 lite) error if you port something to
>FreeBSD 

No, it's the typical error of all those nifty packages to declare
sys_errlist[] unconditionally.  The actual declaration for it has been
lurking around in <stdio.h> long before, but people did only start
noticing it when 4.4BSD (correctly!) converted the declaration to a
`const' one.

Thou shalst not declare system interfaces in thy program (unless the
system headers are broken).
-- 
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. ;-)

