pkgsrc/chat/icb/patches/patch-bc
christos 460bd4190f make this work on 64 bit platforms:
- fix warnings for missing prototypes
- use termios instead of sgtty (why doesn't this work on amd64?)
2008-12-17 02:19:59 +00:00

13 lines
295 B
Text

$NetBSD: patch-bc,v 1.2 2008/12/17 02:19:59 christos Exp $
--- murgil/newconnect.c.orig 1995-02-24 16:19:42.000000000 -0500
+++ murgil/newconnect.c 2008-12-16 20:18:01.000000000 -0500
@@ -20,8 +20,6 @@
#include "ipcf.h"
#include "externs.h"
-extern int errno;
-
_newconnect(s)
int s;
{