summaryrefslogtreecommitdiffstats
path: root/bin/sh/show.c
diff options
context:
space:
mode:
authorstefanf <stefanf@FreeBSD.org>2005-09-02 22:28:27 +0000
committerstefanf <stefanf@FreeBSD.org>2005-09-02 22:28:27 +0000
commit90dec1edc1c7c3d140b332703f215c2c506e0ff3 (patch)
tree67f58189fa1822c9d40cf97e23b94c56720cacf6 /bin/sh/show.c
parent722ba00f33a144e85977ce55a955d5e953ad3ceb (diff)
downloadFreeBSD-src-90dec1edc1c7c3d140b332703f215c2c506e0ff3.zip
FreeBSD-src-90dec1edc1c7c3d140b332703f215c2c506e0ff3.tar.gz
Remove extra getenv() declaration.
Diffstat (limited to 'bin/sh/show.c')
-rw-r--r--bin/sh/show.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/sh/show.c b/bin/sh/show.c
index 8cfc356..1046428 100644
--- a/bin/sh/show.c
+++ b/bin/sh/show.c
@@ -371,7 +371,6 @@ void
opentrace(void)
{
char s[100];
- char *getenv();
int flags;
if (!debug)
OpenPOWER on IntegriCloud