git: 9front

Download patch

ref: 13ad8179199f74fc95bbf5a00c3cc49a65c13660
parent: 1c021658107239bf4213d2d0f9b4cfc1fa13daf0
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Thu Aug 6 09:33:39 EDT 2015

vgaigfx: remove #define MB, theres a MB enum in portdat.h

--- a/sys/src/9/pc/vgaigfx.c
+++ b/sys/src/9/pc/vgaigfx.c
@@ -12,8 +12,6 @@
 #include <cursor.h>
 #include "screen.h"
 
-#define MB	0x100000
-
 static ulong
 preallocsize(Pcidev *p)
 {
--