DragonFly BSD
 

Issue1062

Title sbin/vinum doesn't compile when -DVINUMDEBUG
Priority Status unread
Superseder Nosy List tuxillo
Assigned To Topics

Created on 2008-07-09.18:08:02 by tuxillo, last changed 2008-07-09.18:08:02 by tuxillo.

Messages
msg4906 (view) Author: tuxillo Date: 2008-07-09.18:08:01
Hi all,

Seems that sbin/vinum doesn't compile when you specify -DVINUMDEBUG in 
the Makefile.
You need to compile vinum utility with -DVINUMDEBUG just in case you 
have "options VINUMDEBUG" specified in your kernel config file.

I have changed:
- BUF_CMD_READ instead B_READ
- struct rqinfo bp member for bio member.
- b_blkno for bio.bio_offset

http://leaf.dragonflybsd.org/~tuxillo/patches/list.c.diff

Regards,
Antonio Huete
History
Date User Action Args
2008-07-09 18:08:02tuxillocreate