diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2009-05-22 07:04:57 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-05-25 03:55:46 -0400 |
commit | 8c90e11e3543d7de612194a042a148caeaab5f1d (patch) | |
tree | ee2cc71e33af749692673add4aef255d9b5ab460 /drivers/isdn/mISDN/l1oip.h | |
parent | eac74af9b547e29c9634ed5eff4d514349e73310 (diff) |
mISDN: Use kernel_{send,recv}msg instead of open coding
Reducing the number of direct users of sock_{recv,send}msg.
Modified version to match the latest context.
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Karsten Keil <keil@b1-systems.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/isdn/mISDN/l1oip.h')
-rw-r--r-- | drivers/isdn/mISDN/l1oip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/isdn/mISDN/l1oip.h b/drivers/isdn/mISDN/l1oip.h index a23d575449f6..bc26c890d9a2 100644 --- a/drivers/isdn/mISDN/l1oip.h +++ b/drivers/isdn/mISDN/l1oip.h | |||
@@ -76,7 +76,7 @@ struct l1oip { | |||
76 | struct sockaddr_in sin_local; /* local socket name */ | 76 | struct sockaddr_in sin_local; /* local socket name */ |
77 | struct sockaddr_in sin_remote; /* remote socket name */ | 77 | struct sockaddr_in sin_remote; /* remote socket name */ |
78 | struct msghdr sendmsg; /* ip message to send */ | 78 | struct msghdr sendmsg; /* ip message to send */ |
79 | struct iovec sendiov; /* iov for message */ | 79 | struct kvec sendiov; /* iov for message */ |
80 | 80 | ||
81 | /* frame */ | 81 | /* frame */ |
82 | struct l1oip_chan chan[128]; /* channel instances */ | 82 | struct l1oip_chan chan[128]; /* channel instances */ |