On Sun, 6 Dec 2009, Sean Farley wrote:
Author: scf
Date: Sun Dec 6 23:05:17 2009
New Revision: 200190
URL: http://svn.freebsd.org/changeset/base/200190
Log:
Improve the comment within getenv() explaining the search order it takes to
find a variable. Include a note that it must not cause the internal
environment to be generated since malloc() depends upon getenv(). To call
malloc() would create a circular dependency.
*snip*
Approved by: jilles
That should be:
Reviewed by: jilles
Sean
--
s...@freebsd.org
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"