pkgsrc/devel/libmemcache/patches/patch-ab
joerg 00d1c53410 Initial import of libmemcache-1.4.0b9 from pkgsrc-wip. The pkgsrc-wip
maintainer asked me to take maintainership due to lack of time.

From DESCR:
libmemcache is a C API for memcached, which is a high-performance,
distributed memory object caching system, generic in nature, but
intended for use in speeding up dynamic web applications by
alleviating database load.
2005-10-11 15:31:20 +00:00

13 lines
299 B
Text

$NetBSD: patch-ab,v 1.1.1.1 2005/10/11 15:31:20 joerg Exp $
--- src/buffer.c.orig 2005-10-11 00:41:57.000000000 +0200
+++ src/buffer.c
@@ -35,7 +35,7 @@
#include <sys/types.h>
#include <sys/uio.h>
#include <unistd.h>
-#include <sys/errno.h>
+#include <errno.h>
#include "memcache/buffer.h"