Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
af817e91
Commit
af817e91
authored
Jan 08, 2004
by
Stephen Hemminger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[APPLETALK DDP]: Use size_t for size in {send,recv}msg.
parent
e9e1bef3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
net/appletalk/ddp.c
net/appletalk/ddp.c
+2
-2
No files found.
net/appletalk/ddp.c
View file @
af817e91
...
...
@@ -1552,7 +1552,7 @@ static int ltalk_rcv(struct sk_buff *skb, struct net_device *dev,
}
static
int
atalk_sendmsg
(
struct
kiocb
*
iocb
,
struct
socket
*
sock
,
struct
msghdr
*
msg
,
in
t
len
)
size_
t
len
)
{
struct
sock
*
sk
=
sock
->
sk
;
struct
atalk_sock
*
at
=
at_sk
(
sk
);
...
...
@@ -1712,7 +1712,7 @@ static int atalk_sendmsg(struct kiocb *iocb, struct socket *sock, struct msghdr
}
static
int
atalk_recvmsg
(
struct
kiocb
*
iocb
,
struct
socket
*
sock
,
struct
msghdr
*
msg
,
in
t
size
,
int
flags
)
size_
t
size
,
int
flags
)
{
struct
sock
*
sk
=
sock
->
sk
;
struct
sockaddr_at
*
sat
=
(
struct
sockaddr_at
*
)
msg
->
msg_name
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment