daemon: Alternate implementation of posix_fallocate.
authorRichard Jones <rjones@redhat.com>
Tue, 24 Nov 2009 16:16:08 +0000 (16:16 +0000)
committerRichard Jones <rjones@redhat.com>
Wed, 25 Nov 2009 16:28:25 +0000 (16:28 +0000)
commitc2aad5cd929a9932c010d045462bd923162fb593
tree5467717b809ed4321a86cfe86b02cd0810f2ec9a
parenta9519654032d2f09e76870d5d04dae2dff752c5b
daemon: Alternate implementation of posix_fallocate.

If the posix_fallocate function is not available [ie. Windows]
use an alternate implementation that just loops and writes.
daemon/configure.ac
daemon/fallocate.c