[TRIVIAL][PATCH][2.5] ftape bitops -> long fix

Mikael Pettersson (mikpe@csd.uu.se)
Thu, 25 Jul 2002 18:09:40 +0200 (MET DST)


Silence bitop on non-long argument warnings.

--- linux-2.5.28/drivers/char/ftape/zftape/zftape-init.c.~1~ Wed Feb 20 03:11:00 2002
+++ linux-2.5.28/drivers/char/ftape/zftape/zftape-init.c Thu Jul 25 02:13:02 2002
@@ -67,7 +67,7 @@

/* Local vars.
*/
-static int busy_flag;
+static unsigned long busy_flag;

static sigset_t orig_sigmask;

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/