Software /
code /
prosody
Comparison
util-src/pposix.c @ 1579:95698f021c5d
pposix, mod_posix: Bump pposix version number
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 23 Jul 2009 03:47:06 +0100 |
parent | 1578:5bd8b3bdbfbc |
child | 1842:8337c0d4aee4 |
comparison
equal
deleted
inserted
replaced
1578:5bd8b3bdbfbc | 1579:95698f021c5d |
---|---|
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.0" | 16 #define MODULE_VERSION "0.3.1" |
17 | 17 |
18 #include <stdlib.h> | 18 #include <stdlib.h> |
19 #include <unistd.h> | 19 #include <unistd.h> |
20 #include <libgen.h> | 20 #include <libgen.h> |
21 #include <sys/resource.h> | 21 #include <sys/resource.h> |