summaryrefslogtreecommitdiff
path: root/sys/compat/osf1/osf1_util.h
blob: 1470b8b7a25fdfca149bc16e205fde928f53f908 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* 	$OpenBSD: osf1_util.h,v 1.3 2000/08/04 15:47:55 ericj Exp $	*/
/*	$NetBSD: osf1_util.h,v 1.4 1999/04/23 05:55:13 cgd Exp $	*/

#ifndef _COMPAT_OSF1_OSF1_UTIL_H_
#define _COMPAT_OSF1_OSF1_UTIL_H_

#include <compat/common/compat_util.h>

extern const char osf1_emul_path[];

#define OSF1_CHECK_ALT_EXIST(p, sgp, path) \
    CHECK_ALT_EXIST(p, sgp, osf1_emul_path, path)

#define OSF1_CHECK_ALT_CREAT(p, sgp, path) \
    CHECK_ALT_CREAT(p, sgp, osf1_emul_path, path)

#endif /* _COMPAT_OSF1_OSF1_UTIL_H_ */