jer         15/02/16 19:34:57

  Added:                fmdrv-1.0.7-ioperm.patch
  Log:
  Remove the real real big bad hack (possibly bug #540304).
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.1                  media-sound/fmdrv/files/fmdrv-1.0.7-ioperm.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/fmdrv/files/fmdrv-1.0.7-ioperm.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/fmdrv/files/fmdrv-1.0.7-ioperm.patch?rev=1.1&content-type=text/plain

Index: fmdrv-1.0.7-ioperm.patch
===================================================================
--- a/sysdeps.c
+++ b/sysdeps.c
@@ -1,17 +1,7 @@
 #include "sysdeps.h"
 
 #ifdef linux
-/* A real real big bad hack. *
- * Never try this at home!   */
-# define extern static
-# if 0 /* This is required on older Linux versions, not anymore */
-#  include <asm/io.h>
-#  undef extern
 #  include <sys/io.h>
-# else
-#  include <sys/io.h>
-#  undef extern
-# endif
 # define inportb(x) inb(x)
 # define outportb(p,x) outb(x,p)
 #endif




Reply via email to