diff options
Diffstat (limited to 'audio/mxv/patches/patch-ad')
-rw-r--r-- | audio/mxv/patches/patch-ad | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/audio/mxv/patches/patch-ad b/audio/mxv/patches/patch-ad deleted file mode 100644 index 8e113a9090d..00000000000 --- a/audio/mxv/patches/patch-ad +++ /dev/null @@ -1,19 +0,0 @@ -*** device.h.orig Thu Apr 17 14:53:39 1997 ---- device.h Thu Apr 17 14:57:57 1997 -*************** -*** 33,39 **** - #include "InterViews/resource.h" - #include "localdefs.h" - -! #ifndef sgi - extern "C" int ioctl(int, unsigned long, char*); - #endif - ---- 33,39 ---- - #include "InterViews/resource.h" - #include "localdefs.h" - -! #if !defined( sgi ) && !defined( __FreeBSD__ ) - extern "C" int ioctl(int, unsigned long, char*); - #endif - |