-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathzfs-1014.diff
58 lines (57 loc) · 1.95 KB
/
zfs-1014.diff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
diff --git a/module/zfs/Info.plist b/module/zfs/Info.plist
index 782a63a70b..ae59932311 100644
--- a/module/zfs/Info.plist
+++ b/module/zfs/Info.plist
@@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
- <string>14C1514</string>
+ <string>17D102</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
@@ -25,17 +25,17 @@
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
- <string>6C131e</string>
+ <string>9C40b</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
- <string>12F37</string>
+ <string>17C76</string>
<key>DTSDKName</key>
- <string>macosx10.8</string>
+ <string>macosx10.14</string>
<key>DTXcode</key>
- <string>0620</string>
+ <string>0920</string>
<key>DTXcodeBuild</key>
- <string>6C131e</string>
+ <string>9C40b</string>
<key>IOKitPersonalities</key>
<dict>
<key>net.lundman.zfs</key>
@@ -60,7 +60,7 @@
</dict>
</dict>
<key>NSHumanReadableCopyright</key>
- <string>CDDL (ZFS), BSD (FreeBSD), Copyright © 2012-2016 OpenZFS on OS X. All rights reserved.</string>
+ <string>CDDL (ZFS), BSD (FreeBSD), Copyright © 2012-2019 OpenZFS on OS X. All rights reserved.</string>
<key>OSBundleCompatibleVersion</key>
<string>1.0.0</string>
<key>OSBundleLibraries</key>
diff --git a/module/zfs/zfs_osx.cpp b/module/zfs/zfs_osx.cpp
index 9308fee076..556d95a267 100644
--- a/module/zfs/zfs_osx.cpp
+++ b/module/zfs/zfs_osx.cpp
@@ -28,7 +28,7 @@ extern "C" {
extern kern_return_t _start(kmod_info_t *ki, void *data);
extern kern_return_t _stop(kmod_info_t *ki, void *data);
- __attribute__((visibility("default"))) KMOD_EXPLICIT_DECL(net.lundman.zfs, "1.0.0", _start, _stop)
+ __attribute__((visibility("default"))) KMOD_EXPLICIT_DECL(net.lundman.zfs, "18.0.14", _start, _stop)
kmod_start_func_t *_realmain = 0;
kmod_stop_func_t *_antimain = 0;
int _kext_apple_cc = __APPLE_CC__ ;