util.pposix: Remove fallocate

This commit is contained in:
Kim Alvefur 2017-02-28 13:26:05 +01:00
parent 7b4ad0e694
commit d6184b31a3
3 changed files with 3 additions and 62 deletions

View file

@ -135,7 +135,7 @@ dependencies.log_warnings();
-- Switch away from root and into the prosody user --
local switched_user, current_uid;
local want_pposix_version = "0.3.7";
local want_pposix_version = "0.4.0";
local ok, pposix = pcall(require, "util.pposix");
if ok and pposix then