aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorDmitrij Tejblum <dt@FreeBSD.org>1999-02-14 22:22:54 +0000
committerDmitrij Tejblum <dt@FreeBSD.org>1999-02-14 22:22:54 +0000
commit69a6a9961e6eb52bbad71c9c0817e88c41eeec30 (patch)
tree041f65e37f376058bb03ce935f6104794afdf11c /usr.bin
parent7a519a0014e33aa836763f92965fc300feb2ad20 (diff)
downloadsrc-69a6a9961e6eb52bbad71c9c0817e88c41eeec30.tar.gz
src-69a6a9961e6eb52bbad71c9c0817e88c41eeec30.zip
Remove couple of 'extern int errno'. (They turned to something funny when
<errno.h> included).
Notes
Notes: svn path=/head/; revision=44026
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/make/job.c5
-rw-r--r--usr.bin/talk/io.c5
2 files changed, 2 insertions, 8 deletions
diff --git a/usr.bin/make/job.c b/usr.bin/make/job.c
index aa42d585369f..1525b7c5577b 100644
--- a/usr.bin/make/job.c
+++ b/usr.bin/make/job.c
@@ -35,7 +35,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: job.c,v 1.10 1998/08/24 10:15:53 cracauer Exp $
+ * $Id: job.c,v 1.11 1998/11/14 16:15:04 dg Exp $
*/
#ifndef lint
@@ -125,8 +125,6 @@ static char sccsid[] = "@(#)job.c 8.2 (Berkeley) 3/19/94";
# define STATIC static
#endif
-extern int errno;
-
/*
* error handling variables
*/
@@ -1591,7 +1589,6 @@ JobRestart(job)
* resume it.
*/
Boolean error;
- extern int errno;
int status;
#ifdef RMT_WANTS_SIGNALS
diff --git a/usr.bin/talk/io.c b/usr.bin/talk/io.c
index fc3dc5494681..4770d5b0c3a5 100644
--- a/usr.bin/talk/io.c
+++ b/usr.bin/talk/io.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)io.c 8.1 (Berkeley) 6/6/93";
#endif
static const char rcsid[] =
- "$Id$";
+ "$Id: io.c,v 1.6 1998/01/14 07:21:10 charnier Exp $";
#endif /* not lint */
/*
@@ -111,9 +111,6 @@ talk()
}
}
-extern int errno;
-extern int sys_nerr;
-
/*
* p_error prints the system error message on the standard location
* on the screen and then exits. (i.e. a curses version of perror)