From ba5ddb9cbe2079cadcea4b4d72b61c01fab1a91a Mon Sep 17 00:00:00 2001 From: hno <> Date: Mon, 14 Oct 2002 13:50:38 +0000 Subject: [PATCH] get rid of "storage class specified for field `rm_b'" --- include/radix.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/radix.h b/include/radix.h index 9f289025ef..c38067acda 100644 --- a/include/radix.h +++ b/include/radix.h @@ -1,5 +1,5 @@ /* - * $Id: radix.h,v 1.14 2002/10/13 20:34:51 robertc Exp $ + * $Id: radix.h,v 1.15 2002/10/14 07:50:38 hno Exp $ */ #ifndef SQUID_RADIX_H @@ -80,7 +80,7 @@ struct squid_radix_node { * Annotations to tree concerning potential routes applying to subtrees. */ -SQUIDCEXTERN struct squid_radix_mask { +struct squid_radix_mask { short rm_b; /* bit offset; -1-index(netmask) */ char rm_unused; /* cf. rn_bmask */ unsigned char rm_flags; /* cf. rn_flags */ -- 2.47.2