Small fix

Jan Kara (jack@ucw.cz)
Thu, 2 Aug 2001 09:42:53 +0200


--BOKacYhQ+x31HxR3
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Hello,

the small fix which adds FIOQSIZE ioctl number to forgotten architectures
is attached. Please apply.

Honza

--BOKacYhQ+x31HxR3
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="quota-ioctls.diff"

--- linux/include/asm-parisc/ioctls.h Wed Dec 20 19:34:44 2000
+++ linux/include/asm-parisc/ioctls.h Wed Aug 1 01:15:19 2001
@@ -67,6 +67,7 @@
#define TIOCGICOUNT 0x545D /* read serial port inline interrupt counts */
#define TIOCGHAYESESP 0x545E /* Get Hayes ESP configuration */
#define TIOCSHAYESESP 0x545F /* Set Hayes ESP configuration */
+#define FIOQSIZE 0x5460 /* Get exact space used by quota */

/* Used for packet mode */
#define TIOCPKT_DATA 0
--- linux/include/asm-cris/ioctls.h Wed Mar 21 00:20:52 2001
+++ linux/include/asm-cris/ioctls.h Wed Aug 1 01:13:17 2001
@@ -69,6 +69,7 @@
#define TIOCGICOUNT 0x545D /* read serial port inline interrupt counts */
#define TIOCGHAYESESP 0x545E /* Get Hayes ESP configuration */
#define TIOCSHAYESESP 0x545F /* Set Hayes ESP configuration */
+#define FIOQSIZE 0x5460

/* Used for packet mode */
#define TIOCPKT_DATA 0

--BOKacYhQ+x31HxR3--
-
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/