* environ.c (set_in_environ): Eliminate special handling of PATH and

GNUTARGET.
	* putenv.c: Removed, conflicts with system declaration of
	putenv on RS/6000 running AIX 3.2.5, and above change makes it
	unnecessary.
	* Makefile.in: Change accordingly.
	* procfs.c (procfs_create_inferior): Change comment accordingly.
This commit is contained in:
Jim Kingdon
1994-03-15 18:40:51 +00:00
parent 17221e410f
commit f93b941bde
5 changed files with 14 additions and 119 deletions

View File

@ -3452,8 +3452,8 @@ procfs_create_inferior (exec_file, allargs, env)
char *p;
char *p1;
/* FIXME-maybe: might want "set path" command to replace putenv hack
in set_in_environ. */
/* FIXME-maybe: might want "set path" command so user can change what
path is used from within GDB. */
char *path = getenv ("PATH");
int len;
struct stat statbuf;