From c1cdf2d2148ddeff9c622bdcc0671ffe002b7cd8 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Thu, 6 Aug 2009 14:38:18 -0700 Subject: [PATCH] Fix typo in IPPROTO_DCCP --- ip/xfrm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ip/xfrm.h b/ip/xfrm.h index 930bb3f4..104fb208 100644 --- a/ip/xfrm.h +++ b/ip/xfrm.h @@ -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