remove OSF1 support
This commit is contained in:
@@ -170,29 +170,6 @@ typedef enum {B_FALSE, B_TRUE} boolean_t;
|
||||
extern int strncasecmp(const char *, const char *, size_t);
|
||||
#endif
|
||||
|
||||
/*
|
||||
**
|
||||
*/
|
||||
#if defined(__osf__)
|
||||
|
||||
#define vfork fork
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
#ifndef MAXPATHLEN
|
||||
#include <sys/param.h>
|
||||
#endif
|
||||
|
||||
#ifndef MAXNAMELEN
|
||||
#define MAXNAMELEN 256
|
||||
#endif
|
||||
|
||||
typedef enum {B_FALSE, B_TRUE} boolean_t;
|
||||
|
||||
#undef BIG_ENDIAN
|
||||
|
||||
#endif /* __osf__ */
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user