shithub: riscv

Download patch

ref: a87b5501832a268c0587d2157837a494b0b0dc2e
parent: 87d7a3c8750ca4f61c2cae5269b3eda04cce7e6c
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)
 {