cdesktopenv/cde/programs/dtprintinfo/libUI
Marcin Cieslak a35975a334 FreeBSD does not need extern char *sys_errlist[]
Add preprocessor directives not to try
to redefine sys_errlist[] or sys_nerr

There are already definitions:

 extern __const char *__const sys_errlist[];
 extern __const int sys_nerr;

in <stdio.h>

Actually we should have something like
NeedSysErrlist in imake definitions
to get rid of those #ifdefs.
2012-08-15 15:58:46 -06:00
..
MotifUI FreeBSD does not need extern char *sys_errlist[] 2012-08-15 15:58:46 -06:00
BaseUI.C Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00
BaseUI.h OpenBSD patches for dtpdmd and dtprintinfo. 2012-08-11 20:06:44 -06:00
Imakefile Initial import of the CDE 2.1.30 sources from the Open Group. 2012-03-10 18:21:40 +00:00
Test.C Add GNU LGPL headers to all .c .C and .h files 2012-03-10 18:58:32 +00:00