package/sp-oops-extract: consolidate use of stdint types
authorDoug Kehn <rdkehn@yahoo.com>
Mon, 4 Jan 2016 20:23:58 +0000 (14:23 -0600)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 5 Jan 2016 21:23:56 +0000 (22:23 +0100)
commitf7d5420144cbc98a38501de712b24ac0dc60eb9e
tree1e56f14b8276cd1364356cdc51c5af59ad789630
parent60d4be3ea69be15a04902073445002fdcaa99d72
package/sp-oops-extract: consolidate use of stdint types

Change u_int*_t to uint*_t for compatibility, as the latter is in C99:

https://stackoverflow.com/questions/5090737/datatypes-used-in-c

Fixes:
http://autobuild.buildroot.net/results/c649822aa129d56e5462a4887b13811340564453/

This patch has also been submitted upstream (ptxdist@pengutronix.de).

Cc: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Doug Kehn <rdkehn@yahoo.com>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/sp-oops-extract/0002-stdint-cleanup.patch [new file with mode: 0644]