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
c1d630b5
Commit
c1d630b5
authored
Mar 12, 2002
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Plain Diff
Resolve merge conflict
parents
44879cd0
c3a12cc5
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
272 additions
and
328 deletions
+272
-328
net/ipv4/ipmr.c
net/ipv4/ipmr.c
+1
-2
net/ipx/af_spx.c
net/ipx/af_spx.c
+271
-326
No files found.
net/ipv4/ipmr.c
View file @
c1d630b5
...
...
@@ -855,8 +855,7 @@ int ip_mroute_setsockopt(struct sock *sk,int optname,char *optval,int optlen)
switch
(
optname
)
{
case
MRT_INIT
:
if
(
sk
->
type
!=
SOCK_RAW
||
inet_sk
(
sk
)
->
num
!=
IPPROTO_IGMP
)
if
(
sk
->
type
!=
SOCK_RAW
||
inet_sk
(
sk
)
->
num
!=
IPPROTO_IGMP
)
return
-
EOPNOTSUPP
;
if
(
optlen
!=
sizeof
(
int
))
return
-
ENOPROTOOPT
;
...
...
net/ipx/af_spx.c
View file @
c1d630b5
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