From 376a7976c0a22002c6750673c39178e703bed58b Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 1 Feb 2000 03:24:15 +0000 Subject: no need to extern int errno if errno.h is included --- usr.bin/rsh/rsh.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'usr.bin/rsh') diff --git a/usr.bin/rsh/rsh.c b/usr.bin/rsh/rsh.c index b2905d43b72..faa38bf262b 100644 --- a/usr.bin/rsh/rsh.c +++ b/usr.bin/rsh/rsh.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rsh.c,v 1.18 2000/01/27 05:27:42 itojun Exp $ */ +/* $OpenBSD: rsh.c,v 1.19 2000/02/01 03:23:37 deraadt Exp $ */ /*- * Copyright (c) 1983, 1990 The Regents of the University of California. @@ -41,7 +41,7 @@ char copyright[] = #ifndef lint /*static char sccsid[] = "from: @(#)rsh.c 5.24 (Berkeley) 7/1/91";*/ -static char rcsid[] = "$OpenBSD: rsh.c,v 1.18 2000/01/27 05:27:42 itojun Exp $"; +static char rcsid[] = "$OpenBSD: rsh.c,v 1.19 2000/02/01 03:23:37 deraadt Exp $"; #endif /* not lint */ #include @@ -92,7 +92,6 @@ void talk __P((int, int, int, register int)); /* * rsh - remote shell */ -extern int errno; int rfd2; int -- cgit v1.2.3