Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kirill Smelkov
linux
Commits
834b9fe7
Commit
834b9fe7
authored
22 years ago
by
David S. Miller
Browse files
Options
Download
Email Patches
Plain Diff
net/ipv4/udp.c: proto sendpage returns int not size_t.
parent
fe8ab769
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
net/ipv4/udp.c
net/ipv4/udp.c
+1
-1
No files found.
net/ipv4/udp.c
View file @
834b9fe7
...
...
@@ -739,7 +739,7 @@ int udp_sendmsg(struct kiocb *iocb, struct sock *sk, struct msghdr *msg,
goto
out
;
}
ssize_
t
udp_sendpage
(
struct
sock
*
sk
,
struct
page
*
page
,
int
offset
,
size_t
size
,
int
flags
)
in
t
udp_sendpage
(
struct
sock
*
sk
,
struct
page
*
page
,
int
offset
,
size_t
size
,
int
flags
)
{
struct
udp_opt
*
up
=
udp_sk
(
sk
);
int
ret
;
...
...
This diff is collapsed.
Click to expand it.
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