Remove declaration of getenv(), we get that from stdlib.h already.

This commit is contained in:
Bill Fumerola 1999-09-25 02:10:38 +00:00
parent 3c9497b9e0
commit e9eda3a1e9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=51635

View File

@ -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. */