2004-06-19 14:39:00
by Arjan van de Ven
> +_error_close_file: > + if (fd_binary > 0) { > + sys_close (fd_binary); > + fd_binary = -1; > + bprm->file = NULL; > + ewww sys_close.... there HAS to be a better way to do that...