1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/audio/mxv/files/patch-ac

31 lines
623 B
Plaintext
Raw Normal View History

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