Remove declaration of getenv(), we get that from stdlib.h already.
This commit is contained in:
parent
3ce963a250
commit
99faaf0fc4
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user