看板 DFBSD_commit 關於我們 聯絡資訊
commit 83c388046af63997d741eee25ce856f942044c2d Author: Peter Avalos <pavalos@dragonflybsd.org> Date: Wed Mar 2 19:34:00 2011 -1000 Remove insque()/remque() from kernel code. This transitions everything over to using the appropriate macros from <sys/queue.h>. Summary of changes: sys/netinet/ip_input.c | 77 ++++++++++++++++++++++------------------- sys/netinet/ip_var.h | 2 +- sys/netproto/ipx/ipx_input.c | 14 +++---- sys/netproto/ipx/ipx_pcb.c | 19 +++++----- sys/netproto/ipx/ipx_pcb.h | 10 +++--- sys/netproto/ipx/ipx_usrreq.c | 4 +- sys/netproto/ipx/ipx_var.h | 2 +- sys/netproto/ipx/spx.h | 5 +-- sys/netproto/ipx/spx_usrreq.c | 61 ++++++++++++--------------------- sys/sys/queue.h | 46 ------------------------ 10 files changed, 90 insertions(+), 150 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/83c388046af63997d741eee25ce856f942044c2d -- DragonFly BSD source repository