Break build when WITH_DEBUG= is set

PR:		196576
Submitted by:	mizhka@gmail.com
This commit is contained in:
Niclas Zeising 2015-07-16 21:29:35 +00:00
parent d2a06715cb
commit bf43b88099
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=392325

View File

@ -0,0 +1,11 @@
--- 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);