lwip/contrib/ports/unix/port/netif
Erik Ekman c748395bda PPP: Change data argument in sio_write to const
To fix the build after ppp_output_cb started taking it as const in
commit b2d1fc119d.

Fixes this failure:
../contrib/examples/ppp/pppos_example.c: In function ‘ppp_output_cb’:
../contrib/examples/ppp/pppos_example.c:163:29: error: cast discards ‘const’ qualifier from pointer target type [-Werror=cast-qual]
   return sio_write(ppp_sio, (u8_t*)data, len);
                             ^
2020-12-03 09:47:00 +01:00
..
fifo.c Whitespace cleanup in contrib dir 2018-10-22 20:53:58 +02:00
list.c Whitespace cleanup in contrib dir 2018-10-22 20:53:58 +02:00
pcapif.c Whitespace cleanup in contrib dir 2018-10-22 20:53:58 +02:00
sio.c PPP: Change data argument in sio_write to const 2020-12-03 09:47:00 +01:00
tapif.c Whitespace cleanup in contrib dir 2018-10-22 20:53:58 +02:00