PERFORCE change 155309 for review

Weongyo Jeong weongyo at FreeBSD.org
Fri Dec 26 22:28:54 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=155309

Change 155309 by weongyo at weongyo_ws on 2008/12/27 06:28:26

	fix a build break on amd64.

Affected files ...

.. //depot/projects/ndisusb/sys/compat/ndis/ntoskrnl_var.h#9 edit

Differences ...

==== //depot/projects/ndisusb/sys/compat/ndis/ntoskrnl_var.h#9 (text+ko) ====

@@ -1024,7 +1024,7 @@
 	(void *)&(ip)->irp_cancelfunc, (void *)(func))
 
 #define	IoSetCancelValue(irp, val)					\
-	(uint32_t)InterlockedExchangePointer(				\
+	(u_long)InterlockedExchangePointer(				\
 	(void *)&(ip)->irp_cancel, (void *)(val))
 
 #define IoGetCurrentIrpStackLocation(irp)				\


More information about the p4-projects mailing list