openwrt/package/network/utils/linux-atm
Hauke Mehrtens 806354ab53 linux-atm: Fix compile warning
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: ba6c8bd614 ("linux-atm: add portability fixes")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2020-02-24 23:25:28 +01:00
..
files linux-atm: add br2684ctl option to specify the netdev name 2018-01-10 08:08:53 +01:00
patches linux-atm: Fix compile warning 2020-02-24 23:25:28 +01:00
Makefile linux-atm: Add missing headers 2019-08-05 23:22:26 +02:00