openbsd-ports/misc/memchan/patches/patch-generic_fifo_c
sebastia bf3739bfcd import memchan at the right place
in-memory channels for Tcl, chunks and fifos

Memchan is an extension to Tcl implementing memory channels, 
i.e. channels storing the data placed into them in memory, 
not on disk.

OK landry@
2010-07-28 17:24:01 +00:00

15 lines
336 B
Plaintext

$OpenBSD: patch-generic_fifo_c,v 1.1.1.1 2010/07/28 17:24:01 sebastia Exp $
fix implicit declarations
--- generic/fifo.c.orig Sun Jul 18 14:32:29 2010
+++ generic/fifo.c Sun Jul 18 14:32:44 2010
@@ -29,6 +29,7 @@
#include "memchanInt.h"
#include "buf.h"
+#include <string.h>
/*
* Forward declarations of internal procedures.