diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-07-11 11:41:06 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-07-11 11:41:06 +0000 |
commit | bac20eb3ccae134da8a6159d1827e12708fb5084 (patch) | |
tree | 0a452be2a67077e3618b7cadc6a1db74b104039d /emulators/qemu-devel/files/patch-bt | |
parent | Update to 4.9.5 (diff) |
Update to version 0.6.0
PR: ports/68897
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=113394
Diffstat (limited to 'emulators/qemu-devel/files/patch-bt')
-rw-r--r-- | emulators/qemu-devel/files/patch-bt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/qemu-devel/files/patch-bt b/emulators/qemu-devel/files/patch-bt index bba4776a22d5..62e8924722b3 100644 --- a/emulators/qemu-devel/files/patch-bt +++ b/emulators/qemu-devel/files/patch-bt @@ -1,8 +1,8 @@ Index: qemu/vl.c -@@ -41,6 +41,9 @@ - #ifdef _BSD - #include <sys/stat.h> +@@ -43,6 +43,9 @@ + #ifndef __APPLE__ #include <libutil.h> + #endif +#ifdef __FreeBSD__ +#include <sys/module.h> +#endif |