diff options
| author | Juergen Lock <nox@FreeBSD.org> | 2014-07-10 16:44:22 +0000 |
|---|---|---|
| committer | Juergen Lock <nox@FreeBSD.org> | 2014-07-10 16:44:22 +0000 |
| commit | e45c9fdb5cc32650864c91543c611bc8fb0904dd (patch) | |
| tree | fafe29190bb7f2077c2fdd3ee6b8fbbf2d172a18 /emulators/qemu-devel/files | |
| parent | - Remove uneeded dependency from libtorrent [1] (diff) | |
Fix build on 8 and 9.
Submitted by: beefy1 via pkg-fallout
Notes
Notes:
svn path=/head/; revision=361475
Diffstat (limited to 'emulators/qemu-devel/files')
| -rw-r--r-- | emulators/qemu-devel/files/extra-patch-bsd-user-freebsd-os-sys.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/emulators/qemu-devel/files/extra-patch-bsd-user-freebsd-os-sys.c b/emulators/qemu-devel/files/extra-patch-bsd-user-freebsd-os-sys.c new file mode 100644 index 000000000000..a9f01f34a38c --- /dev/null +++ b/emulators/qemu-devel/files/extra-patch-bsd-user-freebsd-os-sys.c @@ -0,0 +1,13 @@ +--- a/bsd-user/freebsd/os-sys.c ++++ b/bsd-user/freebsd/os-sys.c +@@ -75,8 +75,10 @@ host_to_target_vfc_flags(int flags) + ret |= TARGET_VFCF_JAIL; + if (flags & VFCF_DELEGADMIN) + ret |= TARGET_VFCF_DELEGADMIN; ++#ifdef VFCF_SBDRY + if (flags & VFCF_SBDRY) + ret |= TARGET_VFCF_SBDRY; ++#endif + + return ret; + } |
