From e105ae54af32d0bfc3460cdd868d5aa310fbb462 Mon Sep 17 00:00:00 2001 From: John Winans Date: Fri, 25 Oct 1991 09:06:01 +0000 Subject: [PATCH] removed a typedef that caused a compiler warning --- src/drv/drvBitBus.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drv/drvBitBus.h b/src/drv/drvBitBus.h index 39ca00766..352600a0a 100644 --- a/src/drv/drvBitBus.h +++ b/src/drv/drvBitBus.h @@ -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;