shithub: mc

Download patch

ref: 86d5ca3e2a104ffa2cbfa85b073be79037cf34cb
parent: ca205e66b097ae678a6903eeb85ff07e5c091bfa
author: Ori Bernstein <[email protected]>
date: Tue Dec 23 13:05:03 EST 2014

And fix typo I introduced on plan9.

--- a/libstd/sys+plan9-x64.myr
+++ b/libstd/sys+plan9-x64.myr
@@ -1,7 +1,7 @@
 use "systypes.use"
 
 pkg sys =
-	type pid	= int32 process id */
+	type pid	= int32 /* process id */
 	type scno	= int32	/* syscall */
 	type fdopt	= int32	/* fd options */
 	type fd		= int32	/* fd */