Somehow this got truncated by 8 bytes...

This commit is contained in:
mycroft 1994-05-25 13:13:32 +00:00
parent c861fe60b9
commit 072c027a70
1 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@
* from: Utah $Hdr: hilioctl.h 1.10 92/01/21$ * from: Utah $Hdr: hilioctl.h 1.10 92/01/21$
* *
* from: @(#)hilioctl.h 8.1 (Berkeley) 6/10/93 * from: @(#)hilioctl.h 8.1 (Berkeley) 6/10/93
* $Id: hilioctl.h,v 1.4 1994/05/25 11:48:17 mycroft Exp $ * $Id: hilioctl.h,v 1.5 1994/05/25 13:13:32 mycroft Exp $
*/ */
struct _hilbell { struct _hilbell {
@ -196,4 +196,4 @@ typedef union hilqueue {
} HILQ; } HILQ;
#define HEVQSIZE \ #define HEVQSIZE \
((sizeof(HILQ) - sizeof(struct q_data)) / sizeof(hil_packe ((sizeof(HILQ) - sizeof(struct q_data)) / sizeof(hil_packet) + 1)