Software /
code /
prosody
Comparison
util-src/pposix.c @ 2455:0b3184f3c9e4
util.pposix, mod_posix, prosodyctl: Bump pposix version to 0.3.3 for mkdir
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Tue, 12 Jan 2010 15:35:36 +0000 |
parent | 2443:b335ae55af77 |
child | 2925:692b3c6c5bd2 |
comparison
equal
deleted
inserted
replaced
2454:e4818c49192d | 2455:0b3184f3c9e4 |
---|---|
11 /* | 11 /* |
12 * pposix.c | 12 * pposix.c |
13 * POSIX support functions for Lua | 13 * POSIX support functions for Lua |
14 */ | 14 */ |
15 | 15 |
16 #define MODULE_VERSION "0.3.2" | 16 #define MODULE_VERSION "0.3.3" |
17 | 17 |
18 #include <stdlib.h> | 18 #include <stdlib.h> |
19 #include <math.h> | 19 #include <math.h> |
20 #include <unistd.h> | 20 #include <unistd.h> |
21 #include <libgen.h> | 21 #include <libgen.h> |