From 8a9c20eb2153a70095dbd248194ac1e7650f2f79 Mon Sep 17 00:00:00 2001 From: YOSHIFUJI Hideaki Date: Mon, 10 Mar 2008 04:41:33 -0400 Subject: [PATCH] --- yaml --- r: 90281 b: refs/heads/master c: 4725474584d6aa2f07b3d47442dfbc4f6544f65e h: refs/heads/master i: 90279: a179aa72ca18c9390e825dd464aac5c4b3bfa75e v: v3 --- [refs] | 2 +- trunk/include/linux/ipv6.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 8139663baa17..11e2a0c428fb 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c8cdaf998df221b01134a051aba38c570105061b +refs/heads/master: 4725474584d6aa2f07b3d47442dfbc4f6544f65e diff --git a/trunk/include/linux/ipv6.h b/trunk/include/linux/ipv6.h index 2102d8b67c01..9b59e37afad9 100644 --- a/trunk/include/linux/ipv6.h +++ b/trunk/include/linux/ipv6.h @@ -315,8 +315,8 @@ struct ipv6_pinfo { struct sk_buff *pktoptions; struct { struct ipv6_txoptions *opt; - int hop_limit; - int tclass; + u8 hop_limit; + u8 tclass; } cork; };