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 xargs.c,v 1.33 broke the upgrade path from old versions of 4.x and 5.0. 2002-05-10 13:06:34 +00:00
pathnames.h
strnsubst.c Check for results of repeated calls to strnsubst(), as well as for the 2002-06-22 12:58:42 +00:00
xargs.1 When giving an example that relies on shell expansion/globbing, don't use a 2002-06-22 12:47:56 +00:00
xargs.c Declare environ as char **environ like in environ(7), not char *environ[]. 2002-07-01 03:21:05 +00:00