blob: 162e77bfdb1405b6a994112285770524816cfee6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ah,v 1.1 2006/01/13 15:16:14 joerg Exp $
--- src/tty.c.orig 2006-01-13 14:59:50.000000000 +0000
+++ src/tty.c
@@ -25,8 +25,6 @@
#include "control.h" /* err_exit() */
-extern int errno;
-
static struct termios text_termios, raw_termios, *ptermios = 0;
#ifdef _POSIX_JOB_CONTROL
static pid_t save_pgid = 0;
|