git: 9front

Download patch

ref: 10a2d6e5f6426d49340c8d5897ad83768cf77725
parent: b78a777e254c9aa818e77ee57afdcf034ecd9a92
author: glenda <glenda@cirno.localdomain>
date: Thu Aug 27 09:35:13 EDT 2015

mp.h: oops

--- a/sys/include/mp.h
+++ b/sys/include/mp.h
@@ -39,7 +39,7 @@
 /* random bits */
 mpint*	mprand(int bits, void (*gen)(uchar*, int), mpint *b);
 /* return uniform random [0..n-1] */
-mmpint*	mpnrand(mpint *n, void (*gen)(uchar*, int), mpint *b)
+mpint*	mpnrand(mpint *n, void (*gen)(uchar*, int), mpint *b)
 
 /* conversion */
 mpint*	strtomp(char*, char**, int, mpint*);	/* ascii */
--