On Tue, 2009-03-17 at 13:28 -0500, Ryan Arnold wrote: > +#if !defined __ASSUME_FALLOCATE && defined __NR_fallocate > +int __have_fallocate2 attribute_hidden It was pointed out that I forgot a semi-colon. I'm going to grab some newer headers and make sure the code in this guard compiles successfully. Ryan S. Arnold