diff options
Diffstat (limited to 'ftp/vsftpd-ext/files')
-rw-r--r-- | ftp/vsftpd-ext/files/patch-sysstr.c | 11 | ||||
-rw-r--r-- | ftp/vsftpd-ext/files/patch-utility.c (renamed from ftp/vsftpd-ext/files/patch-utility) | 2 |
2 files changed, 12 insertions, 1 deletions
diff --git a/ftp/vsftpd-ext/files/patch-sysstr.c b/ftp/vsftpd-ext/files/patch-sysstr.c new file mode 100644 index 000000000000..1ec241549461 --- /dev/null +++ b/ftp/vsftpd-ext/files/patch-sysstr.c @@ -0,0 +1,11 @@ +--- sysstr.c.orig 2012-01-03 09:51:23 UTC ++++ sysstr.c +@@ -74,7 +74,7 @@ str_chdir(const struct mystr* p_str) + int + str_open(const struct mystr* p_str, const enum EVSFSysStrOpenMode mode) + { +- enum EVSFSysUtilOpenMode open_mode = kVSFSysStrOpenUnknown; ++ enum EVSFSysUtilOpenMode open_mode = (enum EVSFSysUtilOpenMode) kVSFSysStrOpenUnknown; + switch (mode) + { + case kVSFSysStrOpenReadOnly: diff --git a/ftp/vsftpd-ext/files/patch-utility b/ftp/vsftpd-ext/files/patch-utility.c index 95271ad74e9d..5d68a4295326 100644 --- a/ftp/vsftpd-ext/files/patch-utility +++ b/ftp/vsftpd-ext/files/patch-utility.c @@ -1,4 +1,4 @@ ---- utility.c.orig 2012-10-26 20:05:38 UTC +--- utility.c.orig 2012-09-23 00:14:36 UTC +++ utility.c @@ -40,6 +40,10 @@ die2(const char* p_text1, const char* p_ void |