blob: b43f2662b553fea887089b01dab668dd9c07500f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-bb,v 1.1 2006/03/02 21:28:23 joerg Exp $
--- uip/prompter.c.orig 2006-03-02 21:09:23.000000000 +0000
+++ uip/prompter.c
@@ -60,8 +60,6 @@ static struct swit switches[] = {
{ NULL, 0 }
};
-extern int errno;
-
#ifdef HAVE_TERMIOS_H
static struct termios tio;
# define ERASE tio.c_cc[VERASE]
|