summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ftp/vsftpd/files/patch-sysstr.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/ftp/vsftpd/files/patch-sysstr.c b/ftp/vsftpd/files/patch-sysstr.c
deleted file mode 100644
index da1eaaeb0cce..000000000000
--- a/ftp/vsftpd/files/patch-sysstr.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- sysstr.c.orig 2011-12-14 10:26:39 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: