Beispiel #1
0
static void
envclose(Chan *c)
{
	/*
	 * cclose can't fail, so errors from remove will be ignored.
	 * since permissions aren't checked,
	 * envremove can't not remove it if its there.
	 */
	if(c->flag & CRCLOSE)
		envremove(c);
}
Beispiel #2
0
static void
envclose(Chan * c)
{
	if(c->flag & CRCLOSE)
		envremove(c);
}