shithub: mc

Download patch

ref: 2899d4b47e0a0ae380e832f4c6d345f9827ebc5a
parent: e033f64d7b8cf260a7560d41949f1914048f90d7
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