Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Autodetect whether _GNU_SOURCE or _OPENBSD_SOURCE are needed; the | Ingo Schwarze | 2018-08-15 | 1 | -4/+0 |
| | | | | | latter is a NetBSD idiosyncrasy reported by wiz@. Also take into account that NetBSD declares getsubopt(3) in the wrong header. | ||||
* | cope with -Wmissing-prototypes | Ingo Schwarze | 2016-07-18 | 1 | -1/+4 |
| | |||||
* | modernize style: "return" is not a function | Ingo Schwarze | 2015-10-06 | 1 | -4/+4 |
| | |||||
* | vasprintf(3) needs _GNU_SOURCE on Linux; | Ingo Schwarze | 2015-03-20 | 1 | -0/+4 |
| | | | | pointed out by Christian Neukirchen <chneukirchen at gmail dot com>. | ||||
* | Compat glue needed for Solaris 9 and 10. | Ingo Schwarze | 2015-03-19 | 1 | -0/+45 |
Thanks to Sevan Janiyan <venture37 at geeklan dot co dot uk> for reporting the Solaris 10 issues, to Jan Holzhueter <jh at opencsw dot org> for some additional insight, and to OpenCSW in general for providing me with a Solaris 9/10/11 testing environment. |