View | Details | Raw Unified | Return to bug 196576
Collapse All | Expand All

(-)graphics/svgalib/files/patch-src-paradise.c (+11 lines)
Line 0 Link Here
1
--- src/paradise.c.orig	2015-01-07 00:08:55.000000000 +0300
2
+++ src/paradise.c	2015-01-07 00:09:33.000000000 +0300
3
@@ -40,7 +40,7 @@
4
 {
5
 }
6
 
7
-void inline _outb(unsigned port,unsigned value)
8
+static void inline _outb(unsigned port,unsigned value)
9
 {
10
 #ifdef DEBUG
11
  printf ("0x%x, 0x%x\n",port,value);

Return to bug 196576