summary refs log tree commit diff stats
path: root/src/common/dbus
diff options
context:
space:
mode:
authorMihai Moldovan <ionic@ionic.de>2016-09-26 08:49:56 +0200
committerTingPing <tingping@tingping.se>2016-09-25 23:49:56 -0700
commit49758cafba9fd7e0663b550debfd51fb21260650 (patch)
treebad9439a3a654cab55c9f3206af17c01ec04c3d1 /src/common/dbus
parent15600f405f2d5bda6ccf0dd73957395716e0d4d3 (diff)
sysinfo: fix compilation on OS X 10.9 and lower. (#1821)
Use the (deprecated) Gestalt functionality for fetching the fine-grained
OS X version number on 10.9 and lower.

The newer NSOperatingSystemVersion structure is only available on
10.10+.
Diffstat (limited to 'src/common/dbus')
0 files changed, 0 insertions, 0 deletions
h=fe-web&id=f4f27e438b0791e1c0708c4f031aa80c59d965b1'>f4f27e43 ^
54c6418d ^
f4f27e43 ^
54c6418d ^



7d7be832 ^
54c6418d ^
7d7be832 ^
54c6418d ^
f4f27e43 ^
f4f27e43 ^







88cb0c9d ^
f4f27e43 ^


f4f27e43 ^





















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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81