diff src/unexhp9k800.c @ 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 3165b2697c78
children 078782db2675
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.  */