X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=support%2Fmisc%2Ftcpwrapper.c;fp=support%2Fmisc%2Ftcpwrapper.c;h=e9eb1df91a3063c39f3e8b348125e0d92f09ee2d;hp=977dfcaf5a11d0fa3dc9babe7fb849a32e8b015f;hb=4cacc965afc4fb03a465ffcc6cb3078aeadc3818;hpb=35001db4aaafa8a17e13b8c13cf74508d4a93f2f diff --git a/support/misc/tcpwrapper.c b/support/misc/tcpwrapper.c index 977dfca..e9eb1df 100644 --- a/support/misc/tcpwrapper.c +++ b/support/misc/tcpwrapper.c @@ -122,7 +122,7 @@ inline unsigned int strtoint(char *str) return n; } -inline int hashint(unsigned int num) +static inline int hashint(unsigned int num) { return num % HASH_TABLE_SIZE; }