diff options
author | David Nugent <davidn@FreeBSD.org> | 1997-04-17 07:05:40 +0000 |
---|---|---|
committer | David Nugent <davidn@FreeBSD.org> | 1997-04-17 07:05:40 +0000 |
commit | b63958f2e9f5d0d696eaef941d1a75beb0c9a6a9 (patch) | |
tree | 2a0d6fccc6c33cebc18a68f5dd9a238f44228da7 /audio/mxv/files/patch-ad | |
parent | Add Net/OpenBSD compatible MAN= macros to makefiles. (diff) |
MiXViews audio file editor/player/recorder.
Diffstat (limited to '')
-rw-r--r-- | audio/mxv/files/patch-ad | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/audio/mxv/files/patch-ad b/audio/mxv/files/patch-ad new file mode 100644 index 000000000000..8e113a9090d4 --- /dev/null +++ b/audio/mxv/files/patch-ad @@ -0,0 +1,19 @@ +*** 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 + |