1 /* $OpenBSD: osf1_util.h,v 1.3 2000/08/04 15:47:55 ericj Exp $ */ 2 /* $NetBSD: osf1_util.h,v 1.4 1999/04/23 05:55:13 cgd Exp $ */ 3 4 #ifndef _COMPAT_OSF1_OSF1_UTIL_H_ 5 #define _COMPAT_OSF1_OSF1_UTIL_H_ 6 7 #include <compat/common/compat_util.h> 8 9 extern const char osf1_emul_path[]; 10 11 #define OSF1_CHECK_ALT_EXIST(p, sgp, path) \ 12 CHECK_ALT_EXIST(p, sgp, osf1_emul_path, path) 13 14 #define OSF1_CHECK_ALT_CREAT(p, sgp, path) \ 15 CHECK_ALT_CREAT(p, sgp, osf1_emul_path, path) 16 17 #endif /* _COMPAT_OSF1_OSF1_UTIL_H_ */