freebsd-dev/usr.bin/xargs
Tim J. Robbins 99a84ce108 Declare environ as char **environ like in environ(7), not char *environ[].
This corrects a problem whereby xargs could not walk the environment table
to count the amount of space it used, and treated it as if it were empty.
This problem was introduced in rev 1.15.

MFC after:	2 days
2002-07-01 03:21:05 +00:00
..
Makefile
pathnames.h
strnsubst.c
xargs.1
xargs.c Declare environ as char **environ like in environ(7), not char *environ[]. 2002-07-01 03:21:05 +00:00