blob: 3f032906237d1773c6379d0c7b1b2cf36d6fc56a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-bf,v 1.2 2010/09/27 12:01:49 taca Exp $
* Don't declare errno.
--- uip/scan.c.orig 2006-04-11 14:46:19.000000000 +0000
+++ uip/scan.c
@@ -50,7 +50,6 @@ static struct swit switches[] = {
/* */
-extern int errno;
#ifdef LBL /* global for sbr/formatsbr.c - yech! */
extern struct msgs *fmt_current_folder;
#endif
|