hostfs: Drop unnecessary feature test macros
authorColin Watson <cjwatson@ubuntu.com>
Mon, 23 Mar 2015 14:27:41 +0000 (14:27 +0000)
committerColin Watson <cjwatson@ubuntu.com>
Mon, 23 Mar 2015 14:32:30 +0000 (14:32 +0000)
commit5974d4ba65fc5ad9253857bf992ffd3c635baf2a
tree323090de1095d5af01f1e6358cead57e95c17236
parente9f68f1f4cc1a07d94d200f1e7bdcfb1c4d7e40d
hostfs: Drop unnecessary feature test macros

_BSD_SOURCE was added to allow the use of DT_DIR, but that was removed
in e768b77068a0b030a07576852bd0f121c9a077eb.  While adding
_DEFAULT_SOURCE as well works around problems with current glibc,
neither is in fact needed nowadays.
grub-core/kern/emu/hostfs.c