14 lines
299 B
Text
14 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"
|
||
|
|