]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - support/misc/tcpwrapper.c
Exportfs and rpc.mountd optimalization
[nfs-utils.git] / support / misc / tcpwrapper.c
index 977dfcaf5a11d0fa3dc9babe7fb849a32e8b015f..e9eb1df91a3063c39f3e8b348125e0d92f09ee2d 100644 (file)
@@ -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;
 }