]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] ftape bitops -> long fix
authorMikael Pettersson <mikpe@csd.uu.se>
Thu, 1 Aug 2002 05:23:37 +0000 (22:23 -0700)
committerChristoph Hellwig <hch@sb.bsdonline.org>
Thu, 1 Aug 2002 05:23:37 +0000 (22:23 -0700)
Silence bitop on non-long argument warnings.

drivers/char/ftape/zftape/zftape-init.c

index bd5edce2243c415e5a60e81514dfd105485aa357..65dbabdcc40851db738a8b5b0e77f3b9ca1936a1 100644 (file)
@@ -67,7 +67,7 @@ const ftape_info *zft_status;
 
 /*      Local vars.
  */
-static int busy_flag;
+static unsigned long busy_flag;
 
 static sigset_t orig_sigmask;