Fix warnings on Solaris and/or 64bit builds.

This commit is contained in:
brectanus
2007-11-02 22:31:47 +00:00
parent 7f1c802b49
commit 5a54d3300d
10 changed files with 46 additions and 31 deletions

View File

@@ -57,8 +57,8 @@ typedef struct msc_string msc_string;
#define PHASE_RESPONSE_BODY 4
#define PHASE_LOGGING 5
#define NOT_SET -1
#define NOT_SET_P (void *)-1
#define NOT_SET -1l
#define NOT_SET_P (void *)-1l
#define CREATEMODE ( APR_UREAD | APR_UWRITE | APR_GREAD )
#define CREATEMODE_DIR ( APR_UREAD | APR_UWRITE | APR_UEXECUTE | APR_GREAD | APR_GEXECUTE )