summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2009-06-23 21:58:23 +0000
committerRalf Baechle <ralf@linux-mips.org>2009-06-23 21:58:23 +0000
commit028c914d59e09391275f78c57dce32918e86cbfb (patch)
tree91ebd6dbfcf0ce9a0fadf02d3fc70b08d8f8f826
parent9e99a28faa6ba885ce540cc1d60f15af1d6ecdaf (diff)
axgetput: Remove homegrown 'extern int errno' declaration.
<errno.h> is the way to go.
-rw-r--r--ax25/axgetput/axgetput.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ax25/axgetput/axgetput.c b/ax25/axgetput/axgetput.c
index d0cef19..5073142 100644
--- a/ax25/axgetput/axgetput.c
+++ b/ax25/axgetput/axgetput.c
@@ -1,4 +1,4 @@
-static const char rcsid[] = "@(#) $Id: axgetput.c,v 1.3 2009/06/14 08:06:06 ralf Exp $";
+static const char rcsid[] = "@(#) $Id: axgetput.c,v 1.4 2009/06/23 21:58:23 ralf Exp $";
/*
* This is axgetput
@@ -25,7 +25,6 @@ static const char rcsid[] = "@(#) $Id: axgetput.c,v 1.3 2009/06/14 08:06:06 ralf
extern char *optarg;
extern int optind;
-extern int errno;
int fdin = 0;
int fdout = 1;