Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Correct the comment against FKIOCTL and put the comm...



details:   https://anonhg.NetBSD.org/src/rev/8f7b74ee8d1a
branches:  trunk
changeset: 579879:8f7b74ee8d1a
user:      skrll <skrll%NetBSD.org@localhost>
date:      Wed Mar 30 13:15:13 2005 +0000

description:
Correct the comment against FKIOCTL and put the comment against FMASK back
where it belongs.

diffstat:

 sys/sys/fcntl.h |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r d0009437aa5e -r 8f7b74ee8d1a sys/sys/fcntl.h
--- a/sys/sys/fcntl.h   Wed Mar 30 13:07:34 2005 +0000
+++ b/sys/sys/fcntl.h   Wed Mar 30 13:15:13 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fcntl.h,v 1.31 2005/02/17 00:53:45 simonb Exp $        */
+/*     $NetBSD: fcntl.h,v 1.32 2005/03/30 13:15:13 skrll Exp $ */
 
 /*-
  * Copyright (c) 1983, 1990, 1993
@@ -124,7 +124,8 @@
 #define        FMARK           0x00001000      /* mark during gc() */
 #define        FDEFER          0x00002000      /* defer for next gc pass */
 #define        FHASLOCK        0x00004000      /* descriptor holds advisory lock */
-#define        FKIOCTL         0x80000000      /* bits to save after open(2) */
+#define        FKIOCTL         0x80000000      /* kernel originated ioctl */
+/* bits to save after open(2) */
 #define        FMASK           (FREAD|FWRITE|FAPPEND|FASYNC|FFSYNC|FNONBLOCK|FDSYNC|\
                         FRSYNC|FALTIO)
 /* bits settable by fcntl(F_SETFL, ...) */



Home | Main Index | Thread Index | Old Index