diff options
Diffstat (limited to 'security/skipfish/files/patch-report.c')
-rw-r--r-- | security/skipfish/files/patch-report.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/security/skipfish/files/patch-report.c b/security/skipfish/files/patch-report.c deleted file mode 100644 index d28f1f935ab6..000000000000 --- a/security/skipfish/files/patch-report.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ./src/report.c.orig 2012-09-24 11:55:23.000000000 -0400 -+++ ./src/report.c 2012-09-24 11:55:32.000000000 -0400 -@@ -799,7 +799,7 @@ - static void copy_static_code(u8* out_dir) { - struct dirent** d; - ca_out_dir = out_dir; -- scandir(ASSETS_DIR, &d, copy_asset, NULL); -+ scandir(ASSETS_DIR, &d, (int(*)())copy_asset, NULL); - } - - |