-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* osd-target/Makefile: sqlite3 is expected at /usr/local/{include,lib}/ * osd-target/Makefile: Add tgt/usr/bsd first in include path to override some system headers and missing Linux headers. * osd-target/osd.c: Include linux/fs.h that has some Linux specific definitions used by osd-target code. * osd-target/osd.c: under BSD define sync_file_range(). (os.h/c can not be used because it causes link problems, not worth it for now) Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
- Loading branch information
Boaz Harrosh
committed
Mar 2, 2009
1 parent
79563ae
commit 868be91
Showing
2 changed files
with
21 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters