bf3739bfcd
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@
15 lines
294 B
Plaintext
15 lines
294 B
Plaintext
$OpenBSD: patch-generic_fifo2_c,v 1.1.1.1 2010/07/28 17:24:01 sebastia Exp $
|
||
|
||
fix implicit declarations
|
||
|
||
--- generic/fifo2.c.orig Sun Jul 18 14:19:42 2010
|
||
+++ generic/fifo2.c Sun Jul 18 14:20:36 2010
|
||
@@ -27,6 +27,7 @@
|
||
*/
|
||
|
||
|
||
+#include <string.h>
|
||
#include "memchanInt.h"
|
||
#include "buf.h"
|
||
|