Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Fix formatting problems with previous change.
details: https://anonhg.NetBSD.org/src/rev/9e59d65e9a9f
branches: trunk
changeset: 573951:9e59d65e9a9f
user: simonb <simonb%NetBSD.org@localhost>
date: Thu Feb 17 00:53:45 2005 +0000
description:
Fix formatting problems with previous change.
diffstat:
sys/sys/fcntl.h | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r e2ca0b47c2ac -r 9e59d65e9a9f sys/sys/fcntl.h
--- a/sys/sys/fcntl.h Wed Feb 16 23:34:05 2005 +0000
+++ b/sys/sys/fcntl.h Thu Feb 17 00:53:45 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fcntl.h,v 1.30 2005/02/16 23:34:05 reinoud Exp $ */
+/* $NetBSD: fcntl.h,v 1.31 2005/02/17 00:53:45 simonb Exp $ */
/*-
* Copyright (c) 1983, 1990, 1993
@@ -124,8 +124,7 @@
#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 /* 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