PPP, using err_t return type on ppp_ioctl()

This commit is contained in:
Sylvain Rochet
2015-02-20 21:01:24 +01:00
parent c8f026c382
commit 0a761d238a
6 changed files with 16 additions and 15 deletions

View File

@@ -349,7 +349,7 @@ pppapi_do_ppp_ioctl(struct pppapi_msg_msg *msg)
* Call ppp_ioctl() in a thread-safe way by running that function inside the
* tcpip_thread context.
*/
int
err_t
pppapi_ioctl(ppp_pcb *pcb, int cmd, void *arg)
{
struct pppapi_msg msg;