summaryrefslogtreecommitdiff
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-ac22
1 files changed, 0 insertions, 22 deletions
diff --git a/audio/mxv/files/patch-ac b/audio/mxv/files/patch-ac
deleted file mode 100644
index a4defa9f7319..000000000000
--- a/audio/mxv/files/patch-ac
+++ /dev/null
@@ -1,22 +0,0 @@
-*** old/application.C Mon Apr 27 05:41:31 1998
---- application.C Mon Jul 12 15:28:20 1999
-***************
-*** 41,46 ****
---- 41,47 ----
- #include <iostream.h>
- #include "localdefs.h"
-
-+ #if !defined(__FreeBSD__)
- #ifdef NeXT
- extern "C" {
- char *strerror(int);
-***************
-*** 60,65 ****
---- 61,67 ----
- return(sys_errlist[errn]);
- }
- #endif /* NeXT */
-+ #endif /* FreeBSD */
-
- class GlobalResourceList {
- friend Application;