PERFORCE change 106203 for review

Hans Petter Selasky hselasky at FreeBSD.org
Sat Sep 16 06:47:19 PDT 2006


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

Change 106203 by hselasky at hselasky_mini_itx on 2006/09/16 13:47:15

	Compile fix. Define __callout_drain().

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb/usb_port.h#9 edit

Differences ...

==== //depot/projects/usb/src/sys/dev/usb/usb_port.h#9 (text+ko) ====

@@ -76,6 +76,7 @@
 #    define __callout_init_mtx(c,m,f) callout_init_mtx(&(c)->co,m,f)
 #    define __callout_reset(c,t,f,d) callout_reset(&(c)->co,t,f,d)
 #    define __callout_stop(c) callout_stop(&(c)->co)
+#    define __callout_drain(c) callout_drain(&(c)->co)
 #    define __callout_pending(c) callout_pending(&(c)->co)
      struct __callout { struct callout co; };
 #   endif


More information about the p4-projects mailing list