K 10 svn:author V 7 ghelmer K 8 svn:date V 27 2000-04-28T15:31:28.000000Z K 7 svn:log V 368 Fix a situation where a pointer which should point to dynamically allocated memory was instead pointed to a static string. A later free() on the value of the pointer was a possible source of reported "warning: pointer to wrong page" messages from cron. Use consistent types in sizeof when malloc'ing memory for the environment. PR: kern/12248, bin/11169, bin/9722 END