Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/osf1 nuke most fcntl() F* flags, and note that O_...



details:   https://anonhg.NetBSD.org/src/rev/28ce4ec0d42c
branches:  trunk
changeset: 472462:28ce4ec0d42c
user:      cgd <cgd%NetBSD.org@localhost>
date:      Fri Apr 30 04:31:45 1999 +0000

description:
nuke most fcntl() F* flags, and note that O_* should be used instead.

diffstat:

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

diffs (25 lines):

diff -r 2bfea28d08d7 -r 28ce4ec0d42c sys/compat/osf1/osf1.h
--- a/sys/compat/osf1/osf1.h    Fri Apr 30 02:47:42 1999 +0000
+++ b/sys/compat/osf1/osf1.h    Fri Apr 30 04:31:45 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: osf1.h,v 1.12 1999/04/30 02:12:03 cgd Exp $ */
+/* $NetBSD: osf1.h,v 1.13 1999/04/30 04:31:45 cgd Exp $ */
 
 /*
  * Copyright (c) 1999 Christopher G. Demetriou.  All rights reserved.
@@ -150,14 +150,8 @@
 /* fcntl GETFD/SETFD flags */
 #define OSF1_FD_CLOEXEC                1
 
-/* fcntl GETFL/SETFL flags */
-#define        OSF1_FNONBLOCK          0x00000004
-#define        OSF1_FAPPEND            0x00000008
+/* fcntl GETFL/SETFL flags, in addition to the O_* flags below */
 #define        OSF1_FASYNC             0x00000040
-#define        OSF1_FSYNC              0x00004000
-#define        OSF1_FNDELAY            0x00008000
-#define        OSF1_FDSYNC             0x00080000
-#define        OSF1_FRSYNC             0x00100000
 
 /* struct osf1_flock, for GETLK/SETLK/SETLKW */
 /* XXX */



Home | Main Index | Thread Index | Old Index