Android-x86
Fork
Donation

  • R/O
  • HTTP
  • SSH
  • HTTPS

external-ntfs-3g: 提交

external/ntfs-3g


Commit MetaInfo

修订版747ab03653d2ecdcfdf17fde96610fdcc3c475f3 (tree)
时间2017-12-12 18:20:00
作者Chih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

Fix building errors on Android 8.1

Define MAJOR_IN_SYSMACROS to provide prototypes of major and minor.

更改概述

差异

--- a/config.h
+++ b/config.h
@@ -438,6 +438,7 @@
438438
439439 /* Android specific definitions */
440440 #define __timespec_defined
441+#define MAJOR_IN_SYSMACROS
441442 #define S_IREAD 0400 /* Read by owner. */
442443 #define S_IWRITE 0200 /* Write by owner. */
443444 #define S_IEXEC 0100 /* Execute by owner.*/
Show on old repository browser