Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/osf1 add an OSF1_CHECK_ALT_CREAT, similar to OSF1...
details: https://anonhg.NetBSD.org/src/rev/e77263b624c6
branches: trunk
changeset: 472152:e77263b624c6
user: cgd <cgd%NetBSD.org@localhost>
date: Fri Apr 23 05:55:13 1999 +0000
description:
add an OSF1_CHECK_ALT_CREAT, similar to OSF1_CHECK_ALT_EXIST
diffstat:
sys/compat/osf1/osf1_util.h | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r b26ded8d137f -r e77263b624c6 sys/compat/osf1/osf1_util.h
--- a/sys/compat/osf1/osf1_util.h Fri Apr 23 05:43:02 1999 +0000
+++ b/sys/compat/osf1/osf1_util.h Fri Apr 23 05:55:13 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: osf1_util.h,v 1.3 1998/05/20 16:34:29 chs Exp $ */
+/* $NetBSD: osf1_util.h,v 1.4 1999/04/23 05:55:13 cgd Exp $ */
#ifndef _OSF1_OSF1_UTIL_H_
#define _OSF1_OSF1_UTIL_H_
@@ -10,4 +10,7 @@
#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 /* _OSF1_OSF1_UTIL_H_ */
Home |
Main Index |
Thread Index |
Old Index