Code

Include strings.h instead of defining _BSD_SOURCE to get strcasecmp.
authorSebastian Harl <sh@tokkee.org>
Thu, 25 Feb 2016 20:35:53 +0000 (21:35 +0100)
committerSebastian Harl <sh@tokkee.org>
Thu, 25 Feb 2016 20:35:53 +0000 (21:35 +0100)
_BSD_SOURCE is deprecated in favor of _DEFAULT_SOURCE but also it's not
needed for strcasecmp() when including strings.h in addition to string.h.


No differences found