1
0
Fork 0
mirror of https://gitlab.com/sortix/sortix.git synced 2023-02-13 20:55:38 -05:00

Set MB_CUR_MAX to 4.

This commit is contained in:
Jonas 'Sortie' Termansen 2015-08-17 23:16:05 +02:00
parent fd5a850e48
commit a90151e508

View file

@ -45,7 +45,7 @@ extern "C" {
/* TODO: This random interface is stupid. What should a good value be? */
#define RAND_MAX 32767
#define MB_CUR_MAX 6
#define MB_CUR_MAX 4
typedef struct
{