changeset 1742:69e337909652

(unexec): Don't call exit, just return.
author Richard M. Stallman <rms@gnu.org>
date Thu, 07 Jan 1993 10:22:16 +0000
parents bc25cbeb27c0
children a1933e20a2a3
files src/unexhp9k800.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/unexhp9k800.c	Thu Jan 07 10:18:46 1993 +0000
+++ b/src/unexhp9k800.c	Thu Jan 07 10:22:16 1993 +0000
@@ -107,7 +107,7 @@
   /* Close the binary file */
   close(old);
   close(new);
-  exit(0);
+  return 0;
 }
 
 /* Save current data space in the file, update header.  */