ipfilter: inline is superfluous for an extrn function
Remove superfluous inline for function defined as extrn. MFC after: 3 days
This commit is contained in:
parent
f98cc177f7
commit
835a0e2f0d
@ -1012,7 +1012,7 @@ ipf_newisn(fin)
|
||||
}
|
||||
|
||||
|
||||
inline int
|
||||
int
|
||||
ipf_checkv4sum(fr_info_t *fin)
|
||||
{
|
||||
#ifdef CSUM_DATA_VALID
|
||||
@ -1109,7 +1109,7 @@ skipauto:
|
||||
|
||||
|
||||
#ifdef USE_INET6
|
||||
inline int
|
||||
int
|
||||
ipf_checkv6sum(fr_info_t *fin)
|
||||
{
|
||||
if ((fin->fin_flx & FI_NOCKSUM) != 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user