ports/graphics/svgalib/files/patch-src-paradise.c
Niclas Zeising bf43b88099 Break build when WITH_DEBUG= is set
PR:		196576
Submitted by:	mizhka@gmail.com
2015-07-16 21:29:35 +00:00

11 lines
301 B
C

--- src/paradise.c.orig 2015-01-07 00:08:55.000000000 +0300
+++ src/paradise.c 2015-01-07 00:09:33.000000000 +0300
@@ -40,7 +40,7 @@
{
}
-void inline _outb(unsigned port,unsigned value)
+static void inline _outb(unsigned port,unsigned value)
{
#ifdef DEBUG
printf ("0x%x, 0x%x\n",port,value);