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
321 B
Plaintext
15 lines
321 B
Plaintext
$OpenBSD: patch-generic_null_c,v 1.1.1.1 2010/07/28 17:24:01 sebastia Exp $
|
||
|
||
fix implicit declarations
|
||
|
||
--- generic/null.c.orig Sun Jul 18 14:21:06 2010
|
||
+++ generic/null.c Sun Jul 18 14:21:28 2010
|
||
@@ -28,6 +28,7 @@
|
||
|
||
|
||
#include "memchanInt.h"
|
||
+#include <string.h>
|
||
|
||
/*
|
||
* Forward declarations of internal procedures.
|