mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 10:04:32 +03:00
* cons.handler.c (handle_console_linux): Remove redundant close() calls
before _exit().
This commit is contained in:
parent
44becc0a7d
commit
85e87b2cdf
@ -1,3 +1,8 @@
|
||||
2006-04-13 Leonard den Ottolander <leonard den ottolander nl>
|
||||
|
||||
* cons.handler.c (handle_console_linux): Remove redundant close() calls
|
||||
before _exit().
|
||||
|
||||
2006-03-29 Pavel Tsekov <ptsekov@gmx.net>
|
||||
|
||||
* file.c (copy_file_file): When a hardlink is created successfully
|
||||
@ -231,7 +236,7 @@
|
||||
The glib implementation doesn't strip prefix from translations,
|
||||
so it's not suitable for us. Finally, it makes man2hlp depend
|
||||
on libintl.
|
||||
Reported by Leonard den Ottolander <leonard@den.ottolander.nl>
|
||||
Reported by Leonard den Ottolander <leonard den ottolander nl>
|
||||
|
||||
2005-11-02 Egmont Koblinger <egmont@uhulinux.hu>
|
||||
|
||||
|
@ -148,8 +148,6 @@ handle_console_linux (unsigned char action)
|
||||
/* Console is not a tty or execl() failed */
|
||||
console_flag = 0;
|
||||
write (1, &console_flag, 1);
|
||||
close (1);
|
||||
close (0);
|
||||
_exit (3);
|
||||
} /* if (cons_saver_pid ...) */
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user