diff options
Diffstat (limited to 'testing/w_scan/musl-build-uint-fix.patch')
-rw-r--r-- | testing/w_scan/musl-build-uint-fix.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/testing/w_scan/musl-build-uint-fix.patch b/testing/w_scan/musl-build-uint-fix.patch deleted file mode 100644 index 51b82cc027..0000000000 --- a/testing/w_scan/musl-build-uint-fix.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/version.h b/version.h -index 16661b5..44c5ec7 100644 ---- a/version.h -+++ b/version.h -@@ -1,6 +1,6 @@ - /* AUTOMATICALLY GENERATED - DO NOT EDIT MANUALLY */ - #ifndef W_SCAN_VERSION_H - #define W_SCAN_VERSION_H --uint version=20161022; -+unsigned int version=20161022; - #endif - |