看板 DFBSD_commit 關於我們 聯絡資訊
commit 964d9977a529dd9a78b91b691dede21e11c84fc5 Author: Simon Schubert <corecode@dragonflybsd.org> Date: Fri Aug 7 21:58:53 2009 +0200 kern_memio: don't treat any memio device as /dev/zero We actually have to compare zerodev to the passed argument in iszerodev(), and not compare it to NULL. Summary of changes: sys/kern/kern_memio.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/964d9977a529dd9a78b91b691dede21e11c84fc5 -- DragonFly BSD source repository