summaryrefslogtreecommitdiff
path: root/package/bcm2835-vc/patches/patch-interface_vmcs_host_linux_vcfilesys_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-15 20:57:56 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-15 20:57:56 +0200
commite228dce45adc4f39671131dd0f0611e29ab85bf8 (patch)
treeedef8e22a8f58c666ae65174174a3fc760bfe2d8 /package/bcm2835-vc/patches/patch-interface_vmcs_host_linux_vcfilesys_c
parent562a3446c4e13dc3c770ca86b062961d3dba4b31 (diff)
parentbae480656aac1ec7ad3c2582bd6efe431298bcee (diff)
Merge branch 'master' of openadk.org:/git/openadk
Diffstat (limited to 'package/bcm2835-vc/patches/patch-interface_vmcs_host_linux_vcfilesys_c')
-rw-r--r--package/bcm2835-vc/patches/patch-interface_vmcs_host_linux_vcfilesys_c22
1 files changed, 22 insertions, 0 deletions
diff --git a/package/bcm2835-vc/patches/patch-interface_vmcs_host_linux_vcfilesys_c b/package/bcm2835-vc/patches/patch-interface_vmcs_host_linux_vcfilesys_c
new file mode 100644
index 000000000..c5419c90d
--- /dev/null
+++ b/package/bcm2835-vc/patches/patch-interface_vmcs_host_linux_vcfilesys_c
@@ -0,0 +1,22 @@
+--- bcm2835-vc-0.3.orig/interface/vmcs_host/linux/vcfilesys.c 2013-09-27 14:22:08.000000000 +0200
++++ bcm2835-vc-0.3/interface/vmcs_host/linux/vcfilesys.c 2013-10-14 20:10:02.000000000 +0200
+@@ -49,10 +49,6 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBI
+ #include <ctype.h>
+ #include <limits.h>
+
+-#if !defined(ANDROID) && !defined( __USE_FILE_OFFSET64 )
+-#error "__USE_FILE_OFFSET64 isn't defined"
+-#endif
+-
+ #include "interface/vcos/vcos.h"
+
+ /* Some hackery to prevent a clash with the Linux type of the same name */
+@@ -916,7 +912,7 @@ int vc_hostfs_set_attr(const char *path,
+
+ if (pathbuf)
+ {
+- __mode_t mode = 0;
++ mode_t mode = 0;
+ struct stat sb;
+
+ backslash_to_slash(pathbuf);