git: 9front

Download patch

ref: b145798881615106aea2f196cf69c32984c11a1c
parent: 2bae41326ae0244cf7e6f85ff927652739c6a5b6
author: cinap_lenrek <cinap_lenrek@gmx.de>
date: Tue Sep 3 17:27:48 EDT 2013

webfs: add exits(0) to main()

--- a/sys/src/cmd/webfs/fs.c
+++ b/sys/src/cmd/webfs/fs.c
@@ -810,4 +810,5 @@
 	}
 
 	postmountsrv(&fs, srv, mtpt, MREPL);
+	exits(0);
 }
--