Date: Sun, 30 Jun 2002 20:21:05 -0700 (PDT) From: "Tim J. Robbins" <tjr@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/xargs xargs.c Message-ID: <200207010321.g613L5MP009703@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
tjr 2002/06/30 20:21:05 PDT Modified files: usr.bin/xargs xargs.c Log: 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 Revision Changes Path 1.41 +1 -1 src/usr.bin/xargs/xargs.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207010321.g613L5MP009703>