aboutsummaryrefslogtreecommitdiffstats
path: root/testing/w_scan/musl-build-uint-fix.patch
blob: 51b82cc027874e9ce2458b7d2bb7f9e7f0a33457 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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