1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

Make it buildable.

This commit is contained in:
Gleb Smirnoff 2006-10-11 13:28:37 +00:00
parent 3b9c299730
commit 11e685579f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=163241

View File

@ -60,7 +60,7 @@ static const char rcs_id[] =
#define FULL_HASH(addr1, addr2, port1, port2) \
(((addr1 ^ (addr1 >> 16) ^ \
htons(addr2 ^ (addr2 >> 16))) ^ \
srcport ^ htons(dstport)) & \
port1 ^ htons(port2)) & \
(NBUCKETS - 1))
/* This hash is for all other IP packets. */