X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/b226f5e54a60dc81db17b1260381d7dbfea3cdf1..0a7de7458d150b5d4dffc935ba399be265ef0a1a:/bsd/net/flowhash.h?ds=sidebyside diff --git a/bsd/net/flowhash.h b/bsd/net/flowhash.h index dc7c3b58f..8f29c8d6d 100644 --- a/bsd/net/flowhash.h +++ b/bsd/net/flowhash.h @@ -27,7 +27,7 @@ */ #ifndef _NET_FLOWHASH_H_ -#define _NET_FLOWHASH_H_ +#define _NET_FLOWHASH_H_ #include @@ -39,7 +39,7 @@ extern "C" { * If 32-bit hash value is too large, use this macro to truncate * it to n-bit; masking is a faster operation than modulus. */ -#define HASHMASK(n) ((1UL << (n)) - 1) +#define HASHMASK(n) ((1UL << (n)) - 1) /* * Returns 32-bit hash value. Hashes which are capable of returning