Fix typo in IPPROTO_DCCP

This commit is contained in:
Stephen Hemminger 2009-08-06 14:38:18 -07:00
parent c40bba6922
commit c1cdf2d214

View File

@ -32,7 +32,7 @@
#ifndef IPPROTO_SCTP
# define IPPROTO_SCTP 132
#endif
#ifndef IPPPROTO_DCCP
#ifndef IPPROTO_DCCP
# define IPPROTO_DCCP 33
#endif
#ifndef IPPROTO_MH