blob: 79605b4b38cd58eb33b92cb7832849a53105b51d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-aq,v 1.4 2010/09/27 12:01:49 taca Exp $
* Don't declare errno.
--- uip/inc.c.orig 2006-04-11 14:22:52.000000000 +0000
+++ uip/inc.c
@@ -142,8 +142,6 @@ static struct swit switches[] = {
/* */
-extern int errno;
-
#ifdef POP
int snoop = 0;
extern char response[];
|