Fixes build on FreeBSD.
authorMonty Taylor <mordred@inaugust.com>
Fri, 2 Apr 2010 17:51:10 +0000 (10:51 -0700)
committerMonty Taylor <mordred@inaugust.com>
Fri, 2 Apr 2010 17:51:10 +0000 (10:51 -0700)
commit77688f0ea4e99869438e0e639d19881aee14d5dd
tree2d87d80757c9ba41ea5e307b671b96328ef141e3
parent5173b8bb8848fd9c75ee1144b2d11a5c89ac95b4
Fixes build on FreeBSD.
Non-static inline functions are not supported in C99. (which is what the error message should say)
BUT - this function isn't in a header file, so being marked inline here is pointless (guessing copy-n-paste error)
libmemcached/behavior.c