linux/drivers/block/nbd.c fix

Matthew Harrell (mharrell@std.saic.com)
Sat, 29 Aug 1998 16:25:21 -0400


Patch 2.1.119 adds the uses the variable oldset in nbd.c but doesn't define it.
This small patch fixes it.

--- linux/drivers/block/nbd.c-ori Sat Aug 29 16:22:28 1998
+++ linux/drivers/block/nbd.c Sat Aug 29 16:22:44 1998
@@ -82,6 +82,7 @@
struct msghdr msg;
struct iovec iov;
unsigned long flags;
+ sigset_t oldset;

oldfs = get_fs();
set_fs(get_ds());

-- 
  Matthew Harrell                            Nondeterminism means never
  Simulation Technology Division, SAIC        having to say you are wrong.
  mharrell@std.saic.com

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html