shithub: riscv

Download patch

ref: 425338fd1f31209429ca62f5d9f89ecd01eee86c
parent: c1562daee03b1f077befb970ae3380cf52b2c679
author: cinap_lenrek <[email protected]>
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);
 }