Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Aug 1996 13:07:21 +0200
From:      "Christoph P. Kukulies" <kuku@gilberto.physik.rwth-aachen.de>
To:        freebsd-ports@freefall.FreeBSD.org
Subject:   syserrlist (how to define out)
Message-ID:  <199608061107.NAA09467@gilberto.physik.rwth-aachen.de>

next in thread | raw e-mail | index | archive | help
The porting section in the handbook says to use __FreeBSD__ sparsely.
So what would be the correct method to outcondition a 

extern char *sys_errlist[]; 

bogon?

I was tempted to use #ifndef __FreeBSD__ but after reading the
porting recommendations I'm in doubt. The configure script of
the package I'm trying to port doesn't seem to detect and BSDism
so I don't have another symbol I can rely on unless I add one
one the Makefile or configure script.

Comments?


--Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de



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