Hi, is it possible that with your last commit changes you forgot to update mod_ftp.h too?
I tried to compile for NetWare, and needed this in order to get it compiled:
--- mod_ftp.h.orig Tue Mar 27 13:27:22 2007
+++ mod_ftp.h Tue Mar 27 13:49:04 2007
@@ -250,6 +250,8 @@
const char *readme;
const char *path;
int readme_isfile;
+ apr_fileperms_t fileperms;
+ apr_fileperms_t dirperms;
};
/*
also want to ask if it is ok when I add NetWare makefiles?
Guenter.
