From 5b4e2f96f21961f517ea8f2402314d64ba24f45e Mon Sep 17 00:00:00 2001 From: n_hibma Date: Wed, 21 Apr 1999 12:08:07 +0000 Subject: Forgot one. Original log message: Remove feature creep: STAILQ_REMOVE_HEAD_UNTIL added it for convenience but we can do without it. Obtained from: Peter Wemm --- sys/dev/usb/usb_port.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/dev/usb/usb_port.h b/sys/dev/usb/usb_port.h index ea144b9..1866958 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 -- cgit v1.1