Debian POSIXness fix from N. Boullis

This commit is contained in:
rocky
2012-02-19 20:06:47 -05:00
parent 12876c81fd
commit c742eed87d

View File

@@ -56,6 +56,10 @@
#define MY_DIR_SEPARATOR '/'
#ifndef PATH_MAX
#define PATH_MAX 4096
#endif
static char *
get_temporary_name(const char *dirname, const char *errmsg)
{