removed a typedef that caused a compiler warning

This commit is contained in:
John Winans
1991-10-25 09:06:01 +00:00
parent 4f323a880f
commit e105ae54af

View File

@@ -104,7 +104,7 @@ struct xvmeRegs {
#define XVME_RESET 0x80 /* Write this and you reset the XVME card */
/* BitBus Transaction Message Structure */
typedef struct bitBusMsg {
struct bitBusMsg {
unsigned short link; /* account for this in length only! */
unsigned char length;
unsigned char route;