Files
pkgsrc-ng/www/screws/patches/patch-src_Server_IO__buffer.c
2016-11-18 22:39:22 +01:00

14 lines
310 B
C

$NetBSD: patch-src_Server_IO__buffer.c,v 1.1 2016/04/03 20:24:27 joerg Exp $
--- src/Server/IO_buffer.c.orig 2016-04-03 16:02:03.907973300 +0000
+++ src/Server/IO_buffer.c
@@ -7,6 +7,8 @@
#define NEWBUFFER 1
#define BLOCKING 1
+bool screws_send(int s,int b, char *i);
+
void
IO_buffer(n,s,out)
int n;