forked from Lainports/freebsd-ports
22 lines
448 B
Text
22 lines
448 B
Text
*** 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;
|