From: Kenn H. <ke...@us...> - 2003-01-07 00:26:09
|
Update of /cvsroot/linux-vax/kernel-2.5/include/asm-vax In directory sc8-pr-cvs1:/tmp/cvs-serv29478/include/asm Modified Files: ioctls.h Log Message: 2.5.17 needs a definition of FIOQSIZE ioctl Index: ioctls.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/include/asm-vax/ioctls.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ioctls.h 20 May 2002 00:33:39 -0000 1.3 +++ ioctls.h 7 Jan 2003 00:26:06 -0000 1.4 @@ -68,6 +68,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 |