diff options
author | Guillem Jover <guillem@debian.org> | 2004-09-21 16:07:44 +0000 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2004-09-21 16:07:44 +0000 |
commit | 30df28eb6d6fc5c435ede68170789d5c9ca20f64 (patch) | |
tree | e36d98dd1dee563336d1935977e1c74cab7eedd0 /debian/patches/netfs_nonblock.patch | |
parent | 978df42a48f2256446ab00285a68f95f3252f883 (diff) |
Imported hurd package version 20040508-3.
Diffstat (limited to 'debian/patches/netfs_nonblock.patch')
-rw-r--r-- | debian/patches/netfs_nonblock.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/patches/netfs_nonblock.patch b/debian/patches/netfs_nonblock.patch new file mode 100644 index 00000000..0378d3e3 --- /dev/null +++ b/debian/patches/netfs_nonblock.patch @@ -0,0 +1,21 @@ +2004-07-24 Marco Gerards <metgerards@student.han.nl> + + * misc.h (OPENONLY_STATE_MODES): Remove O_NONBLOCK. + + +Index: misc.h +=================================================================== +RCS file: /cvsroot/hurd/hurd/libnetfs/misc.h,v +retrieving revision 1.2 +diff -u -p -r1.2 misc.h +--- libnetfs/misc.h 18 Dec 1995 19:02:52 -0000 1.2 ++++ libnetfs/misc.h 24 Jul 2004 19:14:12 -0000 +@@ -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) + + + |