Integrate FreeBSD diskio support.
authorNikos Ntarmos <ntarmos@cs.uoi.gr>
Thu, 14 May 2009 22:52:18 +0000 (01:52 +0300)
committerBrenden Matthews <brenden@rty.ca>
Sun, 24 May 2009 03:08:32 +0000 (21:08 -0600)
commit12d0d1477f12a0669dfcff48d2533fbb93bddc3d
tree9c57aa4728924801310afa95e4e02eae0177303c
parentec2597f94433b2d222c733e020cb2e787413aee0
Integrate FreeBSD diskio support.

This diff moves Linux-specific parts of diskio.c into linux.c and uses
the remaining diskio functions to correctly implement this functionality
for FreeBSD. It also hooks diskio.c to the FreeBSD build.

Signed-off-by: Brenden Matthews <brenden@rty.ca>
src/Makefile.am
src/diskio.c
src/diskio.h
src/freebsd.c
src/linux.c