From 12988477f9ca9eac43763471a3df3c01823e203d Mon Sep 17 00:00:00 2001 From: Markus Grüneis Date: Sun, 30 May 2010 19:00:53 +0000 Subject: replaced own u_int types with types from stdint.h --- tools/bin2c.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/bin2c.lua b/tools/bin2c.lua index c473832..8a61549 100644 --- a/tools/bin2c.lua +++ b/tools/bin2c.lua @@ -54,9 +54,9 @@ io.write([=[ #include "datatypes.h" -const u_int8_t ]=] , c_var_name, [=[[]={ +const uint8_t ]=] , c_var_name, [=[[]={ ]=], dump(content), [=[ }; -const u_int32_t ]=] , c_var_name, [=[_len = sizeof(]=] , c_var_name, [=[); +const uint32_t ]=] , c_var_name, [=[_len = sizeof(]=] , c_var_name, [=[); ]=]) -- cgit v1.2.3