Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sp-oops-extract: correct dos/unix newlines in stdint patch | Peter Korsgaard | 2016-01-06 | 1 | -20/+20 |
| | | | | | | | | | | Fixes: http://autobuild.buildroot.net/results/f72/f72fc7189cbc7191f1b75a8ebd1fc319650c8e2e/ The source code uses dos newlines, so the patch has to do so as well, otherwise apply-patches.sh fails to apply the patch. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> | ||||
* | package/sp-oops-extract: consolidate use of stdint types | Doug Kehn | 2016-01-05 | 1 | -0/+33 |
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> |