Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
5ec08cea
Commit
5ec08cea
authored
Feb 14, 2017
by
Maximilian Hils
Committed by
Berker Peksag
Feb 15, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove double definition of IPPROTO_IPV6 (#100)
IPPROTO_IPV6 is already defined further above in the same way.
parent
6de2b781
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
Modules/socketmodule.c
Modules/socketmodule.c
+0
-3
No files found.
Modules/socketmodule.c
View file @
5ec08cea
...
...
@@ -7238,9 +7238,6 @@ PyInit__socket(void)
#ifdef IPPROTO_TP
PyModule_AddIntMacro
(
m
,
IPPROTO_TP
);
#endif
#ifdef IPPROTO_IPV6
PyModule_AddIntMacro
(
m
,
IPPROTO_IPV6
);
#endif
#ifdef IPPROTO_ROUTING
PyModule_AddIntMacro
(
m
,
IPPROTO_ROUTING
);
#endif
...
...
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