Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/osf1 access() flags



details:   https://anonhg.NetBSD.org/src/rev/dde2eb6f3aae
branches:  trunk
changeset: 472392:dde2eb6f3aae
user:      cgd <cgd%NetBSD.org@localhost>
date:      Thu Apr 29 02:06:50 1999 +0000

description:
access() flags

diffstat:

 sys/compat/osf1/osf1.h |  10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 93e07c59785a -r dde2eb6f3aae sys/compat/osf1/osf1.h
--- a/sys/compat/osf1/osf1.h    Thu Apr 29 01:28:40 1999 +0000
+++ b/sys/compat/osf1/osf1.h    Thu Apr 29 02:06:50 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: osf1.h,v 1.9 1999/04/28 02:00:36 cgd Exp $ */
+/* $NetBSD: osf1.h,v 1.10 1999/04/29 02:06:50 cgd Exp $ */
 
 /*
  * Copyright (c) 1999 Christopher G. Demetriou.  All rights reserved.
@@ -75,6 +75,14 @@
 };
 
 
+/* access.h */
+
+#define OSF1_F_OK                      0               /* pseudo-flag */
+#define OSF1_X_OK                      0x01
+#define OSF1_W_OK                      0x02
+#define OSF1_R_OK                      0x04
+
+
 /* auxv.h */
 
 union osf1_auxv_data {



Home | Main Index | Thread Index | Old Index