aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/linux-atm/patches/400-portability_fixes.patch
Commit message (Collapse)AuthorAgeFilesLines
* linux-atm: Fix compile warningHauke Mehrtens2020-02-241-1/+15
| | | | | | | | | | | | The function trace_on_exit() is given to atexit() as a parameter, but atexit() only takes a function pointer to a function with a void parameter. This problem was introduced when the on_exit() function was incompletely replaced by atexit(). Fixes: ba6c8bd6142f ("linux-atm: add portability fixes") Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* linux-atm: activate format security checksHauke Mehrtens2016-02-251-13/+9
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 48786
* packages: clean up the package folderJohn Crispin2013-06-211-0/+60
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37007