pkgsrc/chat/icb/patches/patch-ax
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
341 B
Text
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.

$NetBSD: patch-ax,v 1.2 2008/12/17 02:19:59 christos Exp $
--- tcl/tclCmdIZ.c.orig 1995-02-24 16:19:54.000000000 -0500
+++ tcl/tclCmdIZ.c 2008-12-16 20:18:01.000000000 -0500
@@ -30,8 +30,6 @@
#include <sys/time.h>
#include "tclInt.h"
-extern int errno;
-
/*
*----------------------------------------------------------------------