summaryrefslogtreecommitdiff
path: root/audio/mxv/patches/patch-ac
blob: cb048d9a80286984362f22530aad16b38f91c856 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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;