diff options
author | imp <imp@FreeBSD.org> | 2006-09-07 00:06:42 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2006-09-07 00:06:42 +0000 |
commit | 28b388f478a97f7ac5d608085d2de2299b5f4940 (patch) | |
tree | 6be1b34cd1d3af5d631e1a8c39ca0dd5d0165f89 /sys/dev/usb/sl811hsvar.h | |
parent | fb77a38eda0f5fdd90d8c7321017465e50859e84 (diff) | |
download | FreeBSD-src-28b388f478a97f7ac5d608085d2de2299b5f4940.zip FreeBSD-src-28b388f478a97f7ac5d608085d2de2299b5f4940.tar.gz |
More removing compatibility macros.
md5 still the same.
"Dave, stop. I feel my mind slipping away." -- hal
Diffstat (limited to 'sys/dev/usb/sl811hsvar.h')
-rw-r--r-- | sys/dev/usb/sl811hsvar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/sl811hsvar.h b/sys/dev/usb/sl811hsvar.h index d7e143c..e7eef0b 100644 --- a/sys/dev/usb/sl811hsvar.h +++ b/sys/dev/usb/sl811hsvar.h @@ -84,7 +84,7 @@ struct slhci_softc { u_int8_t sc_addr; /* device address of root hub */ u_int8_t sc_conf; - SIMPLEQ_HEAD(, usbd_xfer) sc_free_xfers; + STAILQ_HEAD(, usbd_xfer) sc_free_xfers; /* Information for the root hub interrupt pipe */ int sc_interval; |