00d1c53410
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.
13 lines
299 B
Text
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"
|
|
|