1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-28 21:29:28 +00:00
freebsd-ports/audio/mxv/files/patch-ac
1997-04-17 07:05:40 +00:00

31 lines
623 B
Plaintext

*** 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;