Software /
code /
prosody
Diff
plugins/mod_posix.lua @ 8012:e898c8fda986
util.pposix: Remove fallocate
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 28 Feb 2017 13:26:05 +0100 |
parent | 8010:49feb0da29e1 |
child | 8015:ecb110f45c92 |
child | 8116:76ac8b617402 |
line wrap: on
line diff
--- a/plugins/mod_posix.lua Tue Feb 28 11:33:43 2017 +0100 +++ b/plugins/mod_posix.lua Tue Feb 28 13:26:05 2017 +0100 @@ -7,7 +7,7 @@ -- -local want_pposix_version = "0.3.7"; +local want_pposix_version = "0.4.0"; local pposix = assert(require "util.pposix"); if pposix._VERSION ~= want_pposix_version then