diff options
| author | Nick Hibma <n_hibma@FreeBSD.org> | 1999-04-21 12:08:07 +0000 |
|---|---|---|
| committer | Nick Hibma <n_hibma@FreeBSD.org> | 1999-04-21 12:08:07 +0000 |
| commit | 63b6d959aec09e83aab25bf8a9f0f7b7068d545e (patch) | |
| tree | b0c77dc8e1ca36d42dedbefc2a266855985aace4 | |
| parent | 57b2932a1499ef95f665b0a5922b7f6cc1b04f27 (diff) | |
Notes
| -rw-r--r-- | sys/dev/usb/usb_port.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/usb_port.h b/sys/dev/usb/usb_port.h index ea144b9beac1..186695899e8a 100644 --- a/sys/dev/usb/usb_port.h +++ b/sys/dev/usb/usb_port.h @@ -202,7 +202,7 @@ __CONCAT(dname,_attach)(device_t self) ((dev)->softc = device_get_softc(bdev)) : 0) /* conversion from one type of queue to the other */ -#define SIMPLEQ_REMOVE_HEAD STAILQ_REMOVE_HEAD_UNTIL +#define SIMPLEQ_REMOVE_HEAD STAILQ_REMOVE_HEAD #define SIMPLEQ_INSERT_HEAD STAILQ_INSERT_HEAD #define SIMPLEQ_INSERT_TAIL STAILQ_INSERT_TAIL #define SIMPLEQ_NEXT STAILQ_NEXT |
