From 3e190c8b15b46f893e219f12dbd90819c78c367b Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Thu, 3 Jun 1993 16:56:44 +0000 Subject: [PATCH] Changed to work with vxWorks 5.1 and GCC 2.2.3. --- src/dev/devCommonGpib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dev/devCommonGpib.c b/src/dev/devCommonGpib.c index 38413a1ad..864846fa0 100644 --- a/src/dev/devCommonGpib.c +++ b/src/dev/devCommonGpib.c @@ -2296,8 +2296,8 @@ struct gpibDpvt *pDpvt; ******************************************************************************/ long devGpibLib_setPvSevr(pPv, status, severity) -struct dbCommon *pPv; -short severity; +struct dbCommon *pPv; +unsigned short severity; short status; { if (severity > pPv->nsev )