diff options
Diffstat (limited to 'support/misc/tcpwrapper.c')
-rw-r--r-- | support/misc/tcpwrapper.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |