blob: 793baa87b4daf3e9e88f493e3a31232fa5e8e053 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ad,v 1.1 2006/01/05 19:27:50 joerg Exp $
--- te_defs.h.orig 2006-01-04 20:59:21.000000000 +0000
+++ te_defs.h
@@ -387,7 +387,6 @@ extern struct outfiledata po_file, so_fi
extern int char_count; /* char count for tab typer */
extern char lastc; /* last char read */
extern int ttyerr; /* error return from ioctl */
-extern int errno; /* system error code */
#ifdef POSIX_TECO
extern struct termios ttybuf; /* local copy of tty control data */
#else
|