openbsd-ports/misc/memchan/patches/patch-generic_fifo2_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
294 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

$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"