summaryrefslogtreecommitdiffstats
path: root/package/sp-oops-extract/0002-stdint-cleanup.patch
Commit message (Collapse)AuthorAgeFilesLines
* sp-oops-extract: correct dos/unix newlines in stdint patchPeter Korsgaard2016-01-061-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 typesDoug Kehn2016-01-051-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>
OpenPOWER on IntegriCloud