[memcached] bradfitz, r366: this is needed for FreeBSD 4,
according ...
commits at code.sixapart.com
commits at code.sixapart.com
Tue Sep 5 04:56:24 UTC 2006
this is needed for FreeBSD 4, according to Eric Hodel <drbrain at segment7.net>. but doesn't quite compile yet, as IOV_MAX is undeclared.
U trunk/server/memcached.c
Modified: trunk/server/memcached.c
===================================================================
--- trunk/server/memcached.c 2006-09-05 04:49:48 UTC (rev 365)
+++ trunk/server/memcached.c 2006-09-05 04:56:24 UTC (rev 366)
@@ -23,6 +23,8 @@
#include <sys/un.h>
#include <sys/signal.h>
#include <sys/resource.h>
+#include <sys/uio.h>
+
/* some POSIX systems need the following definition
* to get mlockall flags out of sys/mman.h. */
#ifndef _P1003_1B_VISIBLE
More information about the memcached-commits
mailing list