summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorbillf <billf@FreeBSD.org>1999-09-25 02:10:38 +0000
committerbillf <billf@FreeBSD.org>1999-09-25 02:10:38 +0000
commit04286a15ad172642604375f27a5fa09fd7dfdc42 (patch)
tree72ae0766cf23058c472a348de47384e343259649 /sbin
parente86d60844421d87b6c1af84574371cc1ff89a388 (diff)
downloadFreeBSD-src-04286a15ad172642604375f27a5fa09fd7dfdc42.zip
FreeBSD-src-04286a15ad172642604375f27a5fa09fd7dfdc42.tar.gz
Remove declaration of getenv(), we get that from stdlib.h already.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/i386/ft/ft.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/i386/ft/ft.c b/sbin/i386/ft/ft.c
index f4d3f7d..56b3677 100644
--- a/sbin/i386/ft/ft.c
+++ b/sbin/i386/ft/ft.c
@@ -469,7 +469,7 @@ int
main(int argc, char *argv[])
{
int i;
- char *tape, *getenv();
+ char *tape;
/* Get device from environment, command line will override. */
OpenPOWER on IntegriCloud