Whamcloud - gitweb
Fix warnings caused by glibc 2.20
authorTheodore Ts'o <tytso@mit.edu>
Mon, 21 Mar 2016 17:01:27 +0000 (13:01 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 21 Mar 2016 17:05:25 +0000 (13:05 -0400)
commit31ddef52baa2ae6622dbe9f2e9be74b430fe9de0
treea53da2031056a6181a51bc264e14f0d5a0fb8112
parent539d3ae3da75021fe391a68c2714b4bb29ddc199
Fix warnings caused by glibc 2.20

Glibc has depcreated _SVID_SOURCE and _BSD_SOURCE in favor of
_DEFAULT_SOURCE.  So define _DEFAULT_SOURCE to shut up glibc 2.20

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
lib/ext2fs/mmp.c
lib/uuid/gen_uuid.c
misc/mk_hugefiles.c
misc/tune2fs.c