aboutsummaryrefslogtreecommitdiff
path: root/audio/mxv/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'audio/mxv/files/patch-ac')
-rw-r--r--audio/mxv/files/patch-ac30
1 files changed, 30 insertions, 0 deletions
diff --git a/audio/mxv/files/patch-ac b/audio/mxv/files/patch-ac
new file mode 100644
index 000000000000..cb048d9a8028
--- /dev/null
+++ b/audio/mxv/files/patch-ac
@@ -0,0 +1,30 @@
+*** application.C.orig Thu Apr 17 15:23:34 1997
+--- application.C Thu Apr 17 15:26:03 1997
+***************
+*** 41,47 ****
+ #include <iostream.h>
+ #include "localdefs.h"
+
+! #ifndef NeXT
+ #include <errno.h>
+ extern char *sys_errlist[];
+ char *strerror(int errn) {
+--- 41,48 ----
+ #include <iostream.h>
+ #include "localdefs.h"
+
+! #if !defined(__FreeBSD__)
+! #if !defined(NeXT)
+ #include <errno.h>
+ extern char *sys_errlist[];
+ char *strerror(int errn) {
+***************
+*** 53,58 ****
+--- 54,60 ----
+ int sleep(unsigned);
+ }
+ #endif /* NeXT */
++ #endif
+
+ class GlobalResourceList {
+ friend Application;