CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/09/13 10:06:37
Modified files:
bin/md5 : md5.c
lib/libevent : event-internal.h
sbin/pfctl : parse.y pfctl_optimize.c
sys/arch/alpha/dev: bus_dma.c
sys/arch/arm/arm: bus_dma.c
sys/arch/aviion/aviion: bus_dma.c
sys/arch/loongson/loongson: bus_dma.c
sys/arch/octeon/octeon: bus_dma.c
sys/arch/sgi/sgi: bus_dma.c
sys/arch/vax/vax: bus_dma.c
sys/dev : softraid.c softraid_crypto.c
sys/dev/ic : if_wi_hostap.c qla.c
sys/dev/pci : maestro.c pci.c qle.c
sys/dev/pci/drm: drm_drv.c drm_irq.c
sys/kern : spec_vnops.c subr_extent.c sysv_sem.c
vfs_cache.c vfs_subr.c
sys/scsi : ses.c
usr.bin/cdio : rip.c
usr.sbin/ftp-proxy: ftp-proxy.c
usr.sbin/ldapd : namespace.c
usr.sbin/ldomctl: config.c mdstore.c
Log message:
Replace all queue *_END macro calls except CIRCLEQ_END with NULL.
CIRCLEQ_* is deprecated and not called in the tree. The other queue types
have *_END macros which were added for symmetry with CIRCLEQ_END. They are
defined as NULL. There's no reason to keep the other *_END macro calls.
ok millert@