aports/testing/w_scan/musl-build-uint-fix.patch
2016-12-30 09:08:27 +00:00

13 lines
285 B
Diff

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