看板 DFBSD_commit 關於我們 聯絡資訊
commit 5e240fae72c14e57daf01d4e588ec1eee4f7a11c Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Sun Feb 13 13:39:29 2011 -0800 kernel - Replace sys/ref.h & kern/kern_ref.c with sys/refcount.h * The sys/refcount.h API is a bit nicer so use it instead of the sys/ref.h API. No need for duplication so remove the sys/ref.h API. Summary of changes: sys/conf/files | 1 - sys/kern/kern_ref.c | 58 ------------------------------------------------- sys/kern/kern_sfbuf.c | 23 +++++++++++-------- sys/sys/ref.h | 38 -------------------------------- sys/sys/sfbuf.h | 10 ++++---- 5 files changed, 18 insertions(+), 112 deletions(-) delete mode 100644 sys/kern/kern_ref.c delete mode 100644 sys/sys/ref.h http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5e240fae72c14e57daf01d4e588ec1eee4f7a11c -- DragonFly BSD source repository