64-bit compatibility.

This commit is contained in:
Ron Sluiter
2008-03-14 20:23:45 +00:00
parent 60e2bf90ab
commit d657dda679
34 changed files with 144 additions and 149 deletions
+3 -3
View File
@@ -2,9 +2,9 @@
FILENAME... devSmartMotor.cc
USAGE... Motor record driver level support for Animatics Corporation SmartMotors.
Version: $Revision: 1.1 $
Version: $Revision: 1.2 $
Modified By: $Author: sluiter $
Last Modified: $Date: 2007-05-08 14:45:16 $
Last Modified: $Date: 2008-03-14 20:21:56 $
*/
/*
@@ -132,7 +132,7 @@ static struct board_stat **SmartMotor_cards;
static long SmartMotor_init(void *arg)
{
long rtnval;
int after = (int) arg;
int after = (arg == 0) ? 0 : 1;
if (after == 0)
{