--- IOCQAIO.cpp	Fri Jan 11 19:17:13 2002
+++ IOCQAIO.cpp.DataTypes	Sat Apr 13 14:06:15 2002
@@ -69,7 +69,7 @@
 ReturnVal CQAIO::GetStatus( int *bytes, int *data, int delay )
 {
 	Transaction	*transaction = NULL;
-	ULONG_PTR	temp;
+	DWORD		temp;
 	BOOL		result;
 	DWORD		error_no;
 
--- Pulsar.cpp	Fri Jan 11 19:17:13 2002
+++ Pulsar.cpp.DataTypes	Sat Apr 13 15:11:33 2002
@@ -139,7 +139,7 @@
 		// it succeeded. We leave out atleast 25 file descriptors for non-targets
 		// and compare with the hard limit.
 		int targets = MAX_TARGETS + 25;
-		if ( rlimitp.rlim_max < targets )
+		if ( rlimitp.rlim_max < (unsigned)targets )
 		{
 			cout << "Only " << rlimitp.rlim_max << " file descriptors available" << endl;
 			rlimitp.rlim_cur = rlimitp.rlim_max;
