From bfbb75e4230a0990d44e5c95fcd5da06fcae2dda Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Mon, 26 Jun 1995 20:06:00 +0000 Subject: (diskfs_shutdown): Don't actually exit; return zero instead. --- libdiskfs/shutdown.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libdiskfs/shutdown.c b/libdiskfs/shutdown.c index 4264ef9e..293941f4 100644 --- a/libdiskfs/shutdown.c +++ b/libdiskfs/shutdown.c @@ -92,5 +92,5 @@ diskfs_shutdown (int flags) diskfs_set_hypermetadata (1, 1); } - exit (0); + return 0; } -- cgit v1.2.3