shithub: mc

Download patch

ref: bfa11fcba69ea0c01465806c96a55af3fdeb31cd
parent: 0b66de42e03697a3e0a931a869ee103146af2138
author: Ori Bernstein <ori@eigenstate.org>
date: Sat Jan 3 11:14:37 EST 2015

Make libstd's bldfile more correct.

--- a/libstd/bldfile
+++ b/libstd/bldfile
@@ -10,10 +10,13 @@
 	ifreq+freebsd.myr
 	ifreq+linux.myr
 	ifreq+osx.myr
+	ifreq+plan9.myr	# dummy file: plan9 doesn't have ifreq
 	util.s
 ;;
 
 lib std {inc=.} =
+	lib sys
+
 	# portable files
 	alloc.myr
 	bigint.myr