summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles.Forsyth <devnull@localhost>2008-10-30 18:45:04 +0000
committerCharles.Forsyth <devnull@localhost>2008-10-30 18:45:04 +0000
commit9fa4e08855c41e6c4cee680b463f595549f5dae2 (patch)
tree1859be2ac353247a8b7be4e18c821ec8519863b2
parent79aa5773891c1a18b316eb6c47f306d496786f80 (diff)
20081030-1844
-rw-r--r--emu/Linux/os.c4
-rw-r--r--include/version.h2
2 files changed, 1 insertions, 5 deletions
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
diff --git a/include/version.h b/include/version.h
index 3b5c00c1..3baa45ad 100644
--- a/include/version.h
+++ b/include/version.h
@@ -1 +1 @@
-#define VERSION "Fourth Edition (20081028)"
+#define VERSION "Fourth Edition (20081030)"