Re: [PATCH 1/1] isdn: Use kernel_{send,recv}msg instead of open coding

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: David Miller
Date: Thursday, May 21, 2009 - 4:49 pm

From: David Miller <davem@davemloft.net>
Date: Thu, 21 May 2009 15:14:43 -0700 (PDT)


Nevermind, I'm reverting, this doesn't even build:

drivers/isdn/mISDN/l1oip_core.c: In function 'l1oip_socket_send':
drivers/isdn/mISDN/l1oip_core.c:354: warning: passing argument 3 of 'kernel_sendmsg' makes pointer from integer without a cast
drivers/isdn/mISDN/l1oip_core.c:354: error: too few arguments to function 'kernel_sendmsg'
drivers/isdn/mISDN/l1oip_core.c: In function 'l1oip_socket_thread':
drivers/isdn/mISDN/l1oip_core.c:729: warning: passing argument 3 of 'kernel_recvmsg' makes pointer from integer without a cast
drivers/isdn/mISDN/l1oip_core.c:729: error: too few arguments to function 'kernel_recvmsg'

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 1/1] isdn: Use kernel_{send,recv}msg instead of ope ..., Arnaldo Carvalho de Melo, (Thu May 21, 8:41 am)
Re: [PATCH 1/1] isdn: Use kernel_{send,recv}msg instead of ..., David Miller, (Thu May 21, 4:49 pm)
Re: [PATCH 1/1] isdn: Use kernel_{send,recv}msg instead of ..., Arnaldo Carvalho de Melo, (Thu May 21, 6:34 pm)