remove OSF1 support

This commit is contained in:
chase
2018-05-24 14:50:03 -05:00
committed by Jon Trulson
parent 3c1736f077
commit 164e695cd0
325 changed files with 290 additions and 9980 deletions

View File

@@ -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