diff options
author | Roland McGrath <roland@gnu.org> | 2004-07-27 21:51:15 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-07-27 21:51:15 +0000 |
commit | aefb494aab5c5801b2cc5be66baac68af5cd9193 (patch) | |
tree | 33ca342f2e7911e2ab8a5e6d90fd2e32bf6cffc3 /libnetfs | |
parent | 01a0ed291e83710bb49df9e9726054e9d2647fae (diff) |
2004-07-27 Roland McGrath <roland@frob.com>
* misc.h (OPENONLY_STATE_MODES): Remove O_NONBLOCK.
Diffstat (limited to 'libnetfs')
-rw-r--r-- | libnetfs/misc.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libnetfs/misc.h b/libnetfs/misc.h index aa942087..4845d252 100644 --- a/libnetfs/misc.h +++ b/libnetfs/misc.h @@ -1,5 +1,5 @@ -/* - Copyright (C) 1995 Free Software Foundation, Inc. +/* + Copyright (C) 1995, 2004 Free Software Foundation, Inc. Written by Michael I. Bushnell, p/BSG. This file is part of the GNU Hurd. @@ -21,4 +21,4 @@ #include <fcntl.h> /* Bits that are turned off after open */ -#define OPENONLY_STATE_MODES (O_CREAT|O_EXCL|O_NOLINK|O_NOTRANS|O_NONBLOCK) +#define OPENONLY_STATE_MODES (O_CREAT|O_EXCL|O_NOLINK|O_NOTRANS) |