From: Andrew Morton <akpm@osdl.org>

drivers/char/speakup/speakup.c:81: error: static declaration of 'errno' follows non-static declaration
include/linux/unistd.h:4: error: previous declaration of 'errno' was here

Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 drivers/char/speakup/speakup.c |    1 -
 1 files changed, 1 deletion(-)

diff -puN drivers/char/speakup/speakup.c~speakup-build-fix drivers/char/speakup/speakup.c
--- devel/drivers/char/speakup/speakup.c~speakup-build-fix	2005-07-08 23:52:07.000000000 -0700
+++ devel-akpm/drivers/char/speakup/speakup.c	2005-07-08 23:52:37.000000000 -0700
@@ -78,7 +78,6 @@ extern short punc_masks[];
 static special_func special_handler = NULL;
 special_func help_handler = NULL;
 
-static int errno;
 int synth_file_inuse = 0;
 short pitch_shift = 0, synth_flags = 0;
 static char buf[256];
_