Patrick Georgi
ae767ed3dc
Mark error handlers as "noreturn"
...
Match X headers to satisfy newer compilers.
2025-12-18 22:58:26 +01:00
OBATA Akio
16fe76ed65
Fix to include system header files for using functions
2021-10-08 14:40:56 +09:00
Jose Rubio
08cea15be5
get rid of the 'extern sys_errlist' and 'sys_nerr' in SysErrorMsg.
2019-10-13 10:23:49 +02:00
Jose Rubio
0086a7067e
Fix to compile warnings.
...
* discarded-qualifiers warnings.
* Function definitions, the .h doesn't match the .c.
* Added some include to ensure the .c has function definition.
2019-10-11 10:49:48 +02:00
Peter Howkins
09f187d6be
dtprintinfo: Coverity 89669
2018-07-04 01:55:44 +01:00
Jon Trulson
3096ad03a8
dtprintinfo: remove register keyword
2018-06-27 22:20:34 -06:00
chase
4f5e7fe5e3
Use POSIX macros for linux
2018-05-24 18:22:55 -06:00
chase
1fe5a550b2
Fix typo in license headers
2018-04-28 12:30:20 -06:00
Swift Griggs
1fdcd4c93d
Patches from pkgsrc-WIP
2016-08-05 11:21:06 -06:00
Ulrich Wilkens
2712d5f787
NetBSD port
2014-02-22 19:12:19 -07:00
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
Peter Howkins
c884521619
Add GNU LGPL headers to all .c .C and .h files
2012-03-10 18:58:32 +00:00
Peter Howkins
83b6996daa
Initial import of the CDE 2.1.30 sources from the Open Group.
2012-03-10 18:21:40 +00:00