Experimentally enabled FreeBSD system adapter for Debian kfreebsd

This commit is contained in:
2009-12-29 13:31:56 +00:00
parent 2b8e8c2521
commit 00ed59f34e
4 changed files with 20 additions and 1 deletions

View File

@ -14,6 +14,11 @@
#include "sg-freebsd.c"
#else
#ifdef __FreeBSD_kernel__
#include "sg-freebsd.c"
#else
#ifdef __linux
@ -42,6 +47,7 @@ static int intentional_compiler_warning(void)
#include "sg-dummy.c"
#endif /* ! __linux */
#endif /* ! __FreeBSD_kernel__ */
#endif /* ! __FreeBSD__ */
#endif /* ! Libburn_use_libcdiO */