OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
CVS: cvs.openbsd.org: src

From: Alexander Yurchenko (grangecvs.openbsd.org)
Date: Tue May 04 2004 - 11:59:33 CDT


CVSROOT: /cvs
Module name: src
Changes by: grangecvs.openbsd.org 2004/05/04 10:59:32

Modified files:
        sys/arch/sparc/dev: ts102.c
        sys/arch/vax/qbus: uba.c
        sys/arch/vax/uba: uba.c
        sys/arch/vax/vsa: vsbus.c
        sys/dev/cardbus: cardbus.c cardslot.c
        sys/dev/ic : cac.c i82365.c tcic2.c
        sys/dev/pci : ises.c lofn.c noct.c nofn.c safe.c ubsec.c
        sys/dev/usb : ohci.c uhci.c usb.c usbdi.c
        sys/kern : kern_kthread.c
        sys/net : if_bridge.c
        sys/sys : queue.h

Log message:
Remove useless ``elm'' argument from the SIMPLEQ_REMOVE_HEAD macro.
This matches our SLIST behaviour and NetBSD's SIMPLEQ as well.

ok millert krw deraadt