diff options
Diffstat (limited to 'audio/mxv/files/patch-ad')
-rw-r--r-- | audio/mxv/files/patch-ad | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/audio/mxv/files/patch-ad b/audio/mxv/files/patch-ad deleted file mode 100644 index e9e5ea08e12a..000000000000 --- a/audio/mxv/files/patch-ad +++ /dev/null @@ -1,19 +0,0 @@ -*** old/device.h Fri Mar 13 02:01:36 1998 ---- device.h Mon Jul 12 15:28:20 1999 -*************** -*** 33,39 **** - #include "InterViews/resource.h" - #include "localdefs.h" - -! #if !defined(sgi) && !defined(sun) - extern "C" int ioctl(int, unsigned long, char*); - #endif - ---- 33,39 ---- - #include "InterViews/resource.h" - #include "localdefs.h" - -! #if !defined(sgi) && !defined(sun) && !defined(__FreeBSD__) - extern "C" int ioctl(int, unsigned long, char*); - #endif - |