openbsd-ports/lang/expect/patches/patch-exp_chan_c
sebastia 507103ec99 Update expect to 5.44.1.15
switch from tcl/tk 8.4 to 8.5
take maintainership

after fixing the WANTLIB finally OK, landry@, sthen@, jasper@
2010-09-24 14:16:50 +00:00

15 lines
504 B
Plaintext

$OpenBSD: patch-exp_chan_c,v 1.1 2010/09/24 14:16:50 sebastia Exp $
Get rid of implicit declaration of function warning
--- exp_chan.c.orig Thu Sep 9 19:29:43 2010
+++ exp_chan.c Thu Sep 9 19:30:27 2010
@@ -37,6 +37,7 @@
#include "exp_log.h"
#include "tcldbg.h" /* Dbg_StdinMode */
+extern void exp_background_channelhandler(ClientData,int);
extern int expSetBlockModeProc _ANSI_ARGS_((int fd, int mode));
static int ExpBlockModeProc _ANSI_ARGS_((ClientData instanceData,
int mode));