From 30df28eb6d6fc5c435ede68170789d5c9ca20f64 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Tue, 21 Sep 2004 16:07:44 +0000 Subject: Imported hurd package version 20040508-3. --- debian/patches/netfs_nonblock.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 debian/patches/netfs_nonblock.patch (limited to 'debian/patches/netfs_nonblock.patch') 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 + + * 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 + + /* 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) + + + -- cgit v1.2.3