Compare with Previous | Blame | View Log
if (!environ) { environ = (char**)malloc(ADD_NUM * sizeof(char*)); memset(environ, 0, sizeof(char*)*ADD_NUM); extras = ADD_NUM; }
if (!environ) {
environ = (char**)malloc(ADD_NUM * sizeof(char*));
memset(environ, 0, sizeof(char*)*ADD_NUM);
extras = ADD_NUM;
}