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

This commit is contained in:
billf 1999-09-25 02:10:38 +00:00
parent 3ce963a250
commit 99faaf0fc4

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