openbsd-ports/comms/seyon/patches/patch-SeTerm_c
naddy 1808021952 * return -1 by int rather than char
* md5 -> distinfo
* sensible patch names
2002-02-20 21:46:48 +00:00

15 lines
449 B
Plaintext

$OpenBSD: patch-SeTerm_c,v 1.1 2002/02/20 21:46:49 naddy Exp $
--- SeTerm.c.orig Wed Feb 20 22:27:03 2002
+++ SeTerm.c Wed Feb 20 22:28:29 2002
@@ -25,8 +25,8 @@
#include "seyon.h"
#include "SeDecl.h"
-extern char TtyReadChar();
-extern int MdmReadStr();
+extern int TtyReadChar(),
+ MdmReadStr();
extern FILE *tfp, /* terminal pointer */
*cfp; /* capture file pointer */