blob: d379b877f892fd43102ef3db0490be1769a710f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
$NetBSD: patch-bi,v 1.2 2010/09/27 12:01:49 taca Exp $
* Don't declare errno.
--- uip/rcvstore.c.orig 2006-04-11 14:51:32.000000000 +0000
+++ uip/rcvstore.c
@@ -43,10 +43,7 @@ static struct swit switches[] = {
/* */
-extern int errno;
-
-static char *tmpfilenam = NULLCP;
-/* */
+static char *tmpfilenam = NULLCP; /* */
/* ARGSUSED */
|