blob: c958d90a3a4e4ecc8fda9cdde86dc6bfd5ba94b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-bd,v 1.2 2010/09/27 12:01:49 taca Exp $
* Don't declare errno.
--- uip/prompter.c.orig 2006-04-11 14:45:09.000000000 +0000
+++ uip/prompter.c
@@ -68,9 +68,6 @@ static struct swit switches[] = {
/* */
-extern int errno;
-
-
#ifndef SYS5
#define ERASE sg.sg_erase
#define KILL sg.sg_kill
|