Commit c1cdf2d2 authored by Stephen Hemminger's avatar Stephen Hemminger

Fix typo in IPPROTO_DCCP

parent c40bba69
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
#ifndef IPPROTO_SCTP #ifndef IPPROTO_SCTP
# define IPPROTO_SCTP 132 # define IPPROTO_SCTP 132
#endif #endif
#ifndef IPPPROTO_DCCP #ifndef IPPROTO_DCCP
# define IPPROTO_DCCP 33 # define IPPROTO_DCCP 33
#endif #endif
#ifndef IPPROTO_MH #ifndef IPPROTO_MH
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment