From 9fa4e08855c41e6c4cee680b463f595549f5dae2 Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Thu, 30 Oct 2008 18:45:04 +0000 Subject: 20081030-1844 --- emu/Linux/os.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'emu/Linux/os.c') diff --git a/emu/Linux/os.c b/emu/Linux/os.c index 336d0443..c6a0b559 100644 --- a/emu/Linux/os.c +++ b/emu/Linux/os.c @@ -287,10 +287,6 @@ cleanexit(int x) void osreboot(char *file, char **argv) { - if(dflag == 0) - termrestore(); - execvp(file, argv); - error("reboot failure"); } void -- cgit v1.2.3