]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfsprogs: Removing deprecated _BSD_SOURCE definition.
authorJan Ťulák <jtulak@redhat.com>
Mon, 11 May 2015 00:09:16 +0000 (10:09 +1000)
committerDave Chinner <david@fromorbit.com>
Mon, 11 May 2015 00:09:16 +0000 (10:09 +1000)
commit52b83345ef60b3c7d4fd91fb671cbe3c69346c4b
tree700eb17c7ad1a7695919f82f13e609cc97b80d07
parent502544b47894ed564c3e2df69ceb02ea8fbc2d78
xfsprogs: Removing deprecated _BSD_SOURCE definition.

In glibc 2.20, _BSD_SOURCE was deprecated in favor of _DEFAULT_SOURCE.
_DEFAULT_SOURCE is included with _GNU_SOURCE, as well as _XOPEN_SOURCE >= 500,
so the obsolete and unnecessary definitions are removed.

For more details, see man 7 feature_test_macros for glibc >= 2.20.

Signed-off-by: Jan Ťulák <jtulak@redhat.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
include/builddefs.in