media-gfx/gimp: kill for now, too complicated
[sgilles-overlay.git] / x11-drivers / xf86-video-virtualbox / files / xf86-video-virtualbox-5.0.20-change-sys-fcntl.h-to-fcntl.h.patch
blob91df87c699aa5d2295a883b53f8306bc09bbec43
1 From f1d55b25a7f8658c9e120036d25fb2f37b3949ad Mon Sep 17 00:00:00 2001
2 From: "S. Gilles" <sgilles@math.umd.edu>
3 Date: Wed, 15 Jun 2016 03:09:22 +0000
4 Subject: [PATCH 3/3] change sys/fcntl.h to fcntl.h
6 ---
7 src/VBox/Additions/common/VBoxGuest/VBoxGuest-freebsd.c | 2 +-
8 src/VBox/Additions/darwin/vboxfs/VBoxVFS-utils.cpp | 2 +-
9 src/VBox/Additions/freebsd/vboxvfs/vboxvfs_vnops.c | 2 +-
10 src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/file.h | 2 +-
11 src/VBox/Devices/EFI/Firmware/StdLib/PosixLib/Glob/glob.c | 2 +-
12 src/VBox/Devices/Network/DrvTAP.cpp | 2 +-
13 src/VBox/Devices/Network/DrvVDE.cpp | 2 +-
14 src/VBox/Devices/Storage/DrvHostBase.cpp | 2 +-
15 src/VBox/Devices/Storage/DrvHostDVD.cpp | 2 +-
16 src/VBox/Devices/Storage/DrvHostFloppy.cpp | 2 +-
17 src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/io.sed.in | 2 +-
18 src/VBox/GuestHost/OpenGL/util/libteac.c | 2 +-
19 src/VBox/HostDrivers/Support/SUPR3HardenedVerify.cpp | 4 ++--
20 src/VBox/HostDrivers/Support/darwin/SUPLib-darwin.cpp | 2 +-
21 src/VBox/HostDrivers/Support/freebsd/SUPDrv-freebsd.c | 2 +-
22 src/VBox/HostDrivers/Support/freebsd/SUPLib-freebsd.cpp | 2 +-
23 src/VBox/HostDrivers/Support/linux/SUPLib-linux.cpp | 2 +-
24 src/VBox/HostDrivers/Support/solaris/SUPLib-solaris.cpp | 2 +-
25 src/VBox/HostDrivers/VBoxNetAdp/freebsd/VBoxNetAdp-freebsd.c | 2 +-
26 src/VBox/HostDrivers/VBoxNetFlt/freebsd/VBoxNetFlt-freebsd.c | 2 +-
27 src/VBox/Main/src-client/ConsoleImpl.cpp | 4 ++--
28 src/VBox/Runtime/r0drv/darwin/the-darwin-kernel.h | 2 +-
29 src/VBox/Runtime/r3/darwin/filelock-darwin.cpp | 2 +-
30 src/VBox/Runtime/r3/darwin/mp-darwin.cpp | 2 +-
31 src/VBox/Runtime/r3/linux/RTThreadGetNativeState-linux.cpp | 2 +-
32 src/VBox/Runtime/r3/linux/sysfs.cpp | 2 +-
33 src/VBox/Runtime/r3/os2/filelock-os2.cpp | 2 +-
34 src/VBox/Runtime/r3/posix/timer-posix.cpp | 2 +-
35 src/libs/kStuff/kStuff/kProfiler2/kProfileR3.cpp | 2 +-
36 src/libs/kStuff/kStuff/kRdr/kRdrFile.cpp | 2 +-
37 30 files changed, 32 insertions(+), 32 deletions(-)
39 diff --git a/src/VBox/Additions/common/VBoxGuest/VBoxGuest-freebsd.c b/src/VBox/Additions/common/VBoxGuest/VBoxGuest-freebsd.c
40 index 2362187..aa150ca 100644
41 --- a/src/VBox/Additions/common/VBoxGuest/VBoxGuest-freebsd.c
42 +++ b/src/VBox/Additions/common/VBoxGuest/VBoxGuest-freebsd.c
43 @@ -31,7 +31,7 @@
44 #include <sys/systm.h>
45 #include <sys/errno.h>
46 #include <sys/kernel.h>
47 -#include <sys/fcntl.h>
48 +#include <fcntl.h>
49 #include <sys/conf.h>
50 #include <sys/uio.h>
51 #include <sys/bus.h>
52 diff --git a/src/VBox/Additions/darwin/vboxfs/VBoxVFS-utils.cpp b/src/VBox/Additions/darwin/vboxfs/VBoxVFS-utils.cpp
53 index 78cab21..e1ffe35 100644
54 --- a/src/VBox/Additions/darwin/vboxfs/VBoxVFS-utils.cpp
55 +++ b/src/VBox/Additions/darwin/vboxfs/VBoxVFS-utils.cpp
56 @@ -31,7 +31,7 @@
57 #include <sys/mount.h>
58 #include <sys/vnode.h>
59 #include <sys/errno.h>
60 -#include <sys/fcntl.h>
61 +#include <fcntl.h>
63 #include <iprt/assert.h>
64 #include <iprt/mem.h>
65 diff --git a/src/VBox/Additions/freebsd/vboxvfs/vboxvfs_vnops.c b/src/VBox/Additions/freebsd/vboxvfs/vboxvfs_vnops.c
66 index 622cbc4..b47091e 100644
67 --- a/src/VBox/Additions/freebsd/vboxvfs/vboxvfs_vnops.c
68 +++ b/src/VBox/Additions/freebsd/vboxvfs/vboxvfs_vnops.c
69 @@ -23,7 +23,7 @@
70 #include <sys/proc.h>
71 #include <sys/bio.h>
72 #include <sys/buf.h>
73 -#include <sys/fcntl.h>
74 +#include <fcntl.h>
75 #include <sys/mount.h>
76 #include <sys/unistd.h>
77 #include <sys/vnode.h>
78 diff --git a/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/file.h b/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/file.h
79 index 40931c0..975863d 100644
80 --- a/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/file.h
81 +++ b/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/file.h
82 @@ -38,7 +38,7 @@
83 #define _SYS_FILE_H_
85 #ifndef KERNEL
86 -#include <sys/fcntl.h>
87 +#include <fcntl.h>
88 #include <sys/unistd.h>
89 #endif
91 diff --git a/src/VBox/Devices/EFI/Firmware/StdLib/PosixLib/Glob/glob.c b/src/VBox/Devices/EFI/Firmware/StdLib/PosixLib/Glob/glob.c
92 index 713b03d..dff57de 100644
93 --- a/src/VBox/Devices/EFI/Firmware/StdLib/PosixLib/Glob/glob.c
94 +++ b/src/VBox/Devices/EFI/Firmware/StdLib/PosixLib/Glob/glob.c
95 @@ -88,7 +88,7 @@
96 #include <stdlib.h>
97 #include <string.h>
98 #include <unistd.h>
99 -#include <sys/fcntl.h>
100 +#include <fcntl.h>
102 #ifdef HAVE_NBTOOL_CONFIG_H
103 #define NO_GETPW_R
104 diff --git a/src/VBox/Devices/Network/DrvTAP.cpp b/src/VBox/Devices/Network/DrvTAP.cpp
105 index 09b39c5..98a97e4 100644
106 --- a/src/VBox/Devices/Network/DrvTAP.cpp
107 +++ b/src/VBox/Devices/Network/DrvTAP.cpp
108 @@ -59,7 +59,7 @@
109 # include <stdlib.h>
110 # include <stdio.h>
111 #else
112 -# include <sys/fcntl.h>
113 +# include <fcntl.h>
114 #endif
115 #include <errno.h>
116 #include <unistd.h>
117 diff --git a/src/VBox/Devices/Network/DrvVDE.cpp b/src/VBox/Devices/Network/DrvVDE.cpp
118 index a94d78d..f5ac9f7 100644
119 --- a/src/VBox/Devices/Network/DrvVDE.cpp
120 +++ b/src/VBox/Devices/Network/DrvVDE.cpp
121 @@ -42,7 +42,7 @@
123 #include <sys/ioctl.h>
124 #include <poll.h>
125 -#include <sys/fcntl.h>
126 +#include <fcntl.h>
127 #include <errno.h>
128 #include <unistd.h>
130 diff --git a/src/VBox/Devices/Storage/DrvHostBase.cpp b/src/VBox/Devices/Storage/DrvHostBase.cpp
131 index 5592613..ce99901 100644
132 --- a/src/VBox/Devices/Storage/DrvHostBase.cpp
133 +++ b/src/VBox/Devices/Storage/DrvHostBase.cpp
134 @@ -37,7 +37,7 @@
136 #elif defined(RT_OS_LINUX)
137 # include <sys/ioctl.h>
138 -# include <sys/fcntl.h>
139 +# include <fcntl.h>
140 # include <errno.h>
142 #elif defined(RT_OS_SOLARIS)
143 diff --git a/src/VBox/Devices/Storage/DrvHostDVD.cpp b/src/VBox/Devices/Storage/DrvHostDVD.cpp
144 index 63cc4cc..d35429b 100644
145 --- a/src/VBox/Devices/Storage/DrvHostDVD.cpp
146 +++ b/src/VBox/Devices/Storage/DrvHostDVD.cpp
147 @@ -49,7 +49,7 @@
148 # include "swab.h"
149 # endif
150 # include <linux/cdrom.h>
151 -# include <sys/fcntl.h>
152 +# include <fcntl.h>
153 # include <errno.h>
154 # include <limits.h>
155 # include <iprt/mem.h>
156 diff --git a/src/VBox/Devices/Storage/DrvHostFloppy.cpp b/src/VBox/Devices/Storage/DrvHostFloppy.cpp
157 index b05b494..6023f1e 100644
158 --- a/src/VBox/Devices/Storage/DrvHostFloppy.cpp
159 +++ b/src/VBox/Devices/Storage/DrvHostFloppy.cpp
160 @@ -25,7 +25,7 @@
161 #ifdef RT_OS_LINUX
162 # include <sys/ioctl.h>
163 # include <linux/fd.h>
164 -# include <sys/fcntl.h>
165 +# include <fcntl.h>
166 # include <errno.h>
168 # elif defined(RT_OS_WINDOWS)
169 diff --git a/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/io.sed.in b/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/io.sed.in
170 index 87fad5b..bf784a3 100644
171 --- a/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/io.sed.in
172 +++ b/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/io.sed.in
173 @@ -36,7 +36,7 @@
175 #include <sys/buf.h>
176 #include <sys/file.h>
177 -#include <sys/fcntl.h>
178 +#include <fcntl.h>
180 #define SED_REPLACE(x) s/#x/x/g
182 diff --git a/src/VBox/GuestHost/OpenGL/util/libteac.c b/src/VBox/GuestHost/OpenGL/util/libteac.c
183 index eb34980..67ae32b 100644
184 --- a/src/VBox/GuestHost/OpenGL/util/libteac.c
185 +++ b/src/VBox/GuestHost/OpenGL/util/libteac.c
186 @@ -1,6 +1,6 @@
187 #include <stdio.h>
188 #include <stdlib.h>
189 -#include <sys/fcntl.h>
190 +#include <fcntl.h>
191 #include <string.h>
192 #include <time.h>
194 diff --git a/src/VBox/HostDrivers/Support/SUPR3HardenedVerify.cpp b/src/VBox/HostDrivers/Support/SUPR3HardenedVerify.cpp
195 index cccb041..c02b147 100644
196 --- a/src/VBox/HostDrivers/Support/SUPR3HardenedVerify.cpp
197 +++ b/src/VBox/HostDrivers/Support/SUPR3HardenedVerify.cpp
198 @@ -35,7 +35,7 @@
199 # include <stdio.h>
200 # include <stdlib.h>
201 # include <unistd.h>
202 -# include <sys/fcntl.h>
203 +# include <fcntl.h>
204 # include <sys/errno.h>
205 # include <sys/syslimits.h>
207 @@ -57,7 +57,7 @@
208 # include <unistd.h>
209 # include <sys/stat.h>
210 # include <sys/time.h>
211 -# include <sys/fcntl.h>
212 +# include <fcntl.h>
213 # include <pwd.h>
214 # ifdef RT_OS_DARWIN
215 # include <mach-o/dyld.h>
216 diff --git a/src/VBox/HostDrivers/Support/darwin/SUPLib-darwin.cpp b/src/VBox/HostDrivers/Support/darwin/SUPLib-darwin.cpp
217 index 3287403..949664e 100644
218 --- a/src/VBox/HostDrivers/Support/darwin/SUPLib-darwin.cpp
219 +++ b/src/VBox/HostDrivers/Support/darwin/SUPLib-darwin.cpp
220 @@ -48,7 +48,7 @@
221 #include "../SUPLibInternal.h"
222 #include "../SUPDrvIOC.h"
224 -#include <sys/fcntl.h>
225 +#include <fcntl.h>
226 #include <sys/ioctl.h>
227 #include <errno.h>
228 #include <unistd.h>
229 diff --git a/src/VBox/HostDrivers/Support/freebsd/SUPDrv-freebsd.c b/src/VBox/HostDrivers/Support/freebsd/SUPDrv-freebsd.c
230 index d9698af..ebc44e9 100644
231 --- a/src/VBox/HostDrivers/Support/freebsd/SUPDrv-freebsd.c
232 +++ b/src/VBox/HostDrivers/Support/freebsd/SUPDrv-freebsd.c
233 @@ -41,7 +41,7 @@
234 #include <sys/systm.h>
235 #include <sys/errno.h>
236 #include <sys/kernel.h>
237 -#include <sys/fcntl.h>
238 +#include <fcntl.h>
239 #include <sys/conf.h>
240 #include <sys/uio.h>
242 diff --git a/src/VBox/HostDrivers/Support/freebsd/SUPLib-freebsd.cpp b/src/VBox/HostDrivers/Support/freebsd/SUPLib-freebsd.cpp
243 index 3972ac2..7fcd642 100644
244 --- a/src/VBox/HostDrivers/Support/freebsd/SUPLib-freebsd.cpp
245 +++ b/src/VBox/HostDrivers/Support/freebsd/SUPLib-freebsd.cpp
246 @@ -49,7 +49,7 @@
247 #include "../SUPLibInternal.h"
248 #include "../SUPDrvIOC.h"
250 -#include <sys/fcntl.h>
251 +#include <fcntl.h>
252 #include <sys/ioctl.h>
253 #include <errno.h>
254 #include <unistd.h>
255 diff --git a/src/VBox/HostDrivers/Support/linux/SUPLib-linux.cpp b/src/VBox/HostDrivers/Support/linux/SUPLib-linux.cpp
256 index 4612185..e65cb52 100644
257 --- a/src/VBox/HostDrivers/Support/linux/SUPLib-linux.cpp
258 +++ b/src/VBox/HostDrivers/Support/linux/SUPLib-linux.cpp
259 @@ -37,7 +37,7 @@
260 # include <iprt/log.h>
261 #endif
263 -#include <sys/fcntl.h>
264 +#include <fcntl.h>
265 #include <sys/ioctl.h>
266 #include <sys/mman.h>
267 #include <errno.h>
268 diff --git a/src/VBox/HostDrivers/Support/solaris/SUPLib-solaris.cpp b/src/VBox/HostDrivers/Support/solaris/SUPLib-solaris.cpp
269 index c711317..eb15d4a 100644
270 --- a/src/VBox/HostDrivers/Support/solaris/SUPLib-solaris.cpp
271 +++ b/src/VBox/HostDrivers/Support/solaris/SUPLib-solaris.cpp
272 @@ -49,7 +49,7 @@
273 #include "../SUPLibInternal.h"
274 #include "../SUPDrvIOC.h"
276 -#include <sys/fcntl.h>
277 +#include <fcntl.h>
278 #include <sys/ioctl.h>
279 #include <sys/zone.h>
281 diff --git a/src/VBox/HostDrivers/VBoxNetAdp/freebsd/VBoxNetAdp-freebsd.c b/src/VBox/HostDrivers/VBoxNetAdp/freebsd/VBoxNetAdp-freebsd.c
282 index a873ca8..bc32f8f 100644
283 --- a/src/VBox/HostDrivers/VBoxNetAdp/freebsd/VBoxNetAdp-freebsd.c
284 +++ b/src/VBox/HostDrivers/VBoxNetAdp/freebsd/VBoxNetAdp-freebsd.c
285 @@ -39,7 +39,7 @@
286 #include <sys/systm.h>
287 #include <sys/errno.h>
288 #include <sys/kernel.h>
289 -#include <sys/fcntl.h>
290 +#include <fcntl.h>
291 #include <sys/conf.h>
292 #include <sys/uio.h>
293 #include <sys/socket.h>
294 diff --git a/src/VBox/HostDrivers/VBoxNetFlt/freebsd/VBoxNetFlt-freebsd.c b/src/VBox/HostDrivers/VBoxNetFlt/freebsd/VBoxNetFlt-freebsd.c
295 index 3b46704..a02ddc9 100644
296 --- a/src/VBox/HostDrivers/VBoxNetFlt/freebsd/VBoxNetFlt-freebsd.c
297 +++ b/src/VBox/HostDrivers/VBoxNetFlt/freebsd/VBoxNetFlt-freebsd.c
298 @@ -39,7 +39,7 @@
299 #include <sys/systm.h>
300 #include <sys/errno.h>
301 #include <sys/kernel.h>
302 -#include <sys/fcntl.h>
303 +#include <fcntl.h>
304 #include <sys/conf.h>
305 #include <sys/socket.h>
306 #include <sys/sockio.h>
307 diff --git a/src/VBox/Main/src-client/ConsoleImpl.cpp b/src/VBox/Main/src-client/ConsoleImpl.cpp
308 index 30e2f7b..6a9ba0c 100644
309 --- a/src/VBox/Main/src-client/ConsoleImpl.cpp
310 +++ b/src/VBox/Main/src-client/ConsoleImpl.cpp
311 @@ -21,7 +21,7 @@
312 # include <errno.h>
313 # include <sys/ioctl.h>
314 # include <poll.h>
315 -# include <sys/fcntl.h>
316 +# include <fcntl.h>
317 # include <sys/types.h>
318 # include <sys/wait.h>
319 # include <net/if.h>
320 @@ -33,7 +33,7 @@
321 # include <errno.h>
322 # include <sys/ioctl.h>
323 # include <poll.h>
324 -# include <sys/fcntl.h>
325 +# include <fcntl.h>
326 # include <sys/types.h>
327 # include <sys/wait.h>
328 # include <stdio.h>
329 diff --git a/src/VBox/Runtime/r0drv/darwin/the-darwin-kernel.h b/src/VBox/Runtime/r0drv/darwin/the-darwin-kernel.h
330 index 2b6ee8a..80615cb 100644
331 --- a/src/VBox/Runtime/r0drv/darwin/the-darwin-kernel.h
332 +++ b/src/VBox/Runtime/r0drv/darwin/the-darwin-kernel.h
333 @@ -72,7 +72,7 @@
334 #include <sys/malloc.h>
335 #include <sys/proc.h>
336 #include <sys/vnode.h>
337 -#include <sys/fcntl.h>
338 +#include <fcntl.h>
339 #include <IOKit/IOTypes.h>
340 #include <IOKit/IOLib.h> /* Note! Has Assert down as a function. */
341 #include <IOKit/IOMemoryDescriptor.h>
342 diff --git a/src/VBox/Runtime/r3/darwin/filelock-darwin.cpp b/src/VBox/Runtime/r3/darwin/filelock-darwin.cpp
343 index 662a16a..f321872 100644
344 --- a/src/VBox/Runtime/r3/darwin/filelock-darwin.cpp
345 +++ b/src/VBox/Runtime/r3/darwin/filelock-darwin.cpp
346 @@ -33,7 +33,7 @@
347 #include <errno.h>
348 #include <sys/types.h>
349 #include <sys/ioctl.h>
350 -#include <sys/fcntl.h>
351 +#include <fcntl.h>
352 #include <fcntl.h>
353 #include <unistd.h>
354 #include <sys/time.h>
355 diff --git a/src/VBox/Runtime/r3/darwin/mp-darwin.cpp b/src/VBox/Runtime/r3/darwin/mp-darwin.cpp
356 index 9d7c616..db5c40c 100644
357 --- a/src/VBox/Runtime/r3/darwin/mp-darwin.cpp
358 +++ b/src/VBox/Runtime/r3/darwin/mp-darwin.cpp
359 @@ -35,7 +35,7 @@
360 #include <stdio.h>
361 #include <sys/sysctl.h>
362 #include <sys/stat.h>
363 -#include <sys/fcntl.h>
364 +#include <fcntl.h>
365 #include <errno.h>
366 #include <mach/mach.h>
368 diff --git a/src/VBox/Runtime/r3/linux/RTThreadGetNativeState-linux.cpp b/src/VBox/Runtime/r3/linux/RTThreadGetNativeState-linux.cpp
369 index 10e68a2..71da3cd 100644
370 --- a/src/VBox/Runtime/r3/linux/RTThreadGetNativeState-linux.cpp
371 +++ b/src/VBox/Runtime/r3/linux/RTThreadGetNativeState-linux.cpp
372 @@ -40,7 +40,7 @@
373 #include "internal/thread.h"
375 #include <unistd.h>
376 -#include <sys/fcntl.h>
377 +#include <fcntl.h>
380 RTDECL(RTTHREADNATIVESTATE) RTThreadGetNativeState(RTTHREAD hThread)
381 diff --git a/src/VBox/Runtime/r3/linux/sysfs.cpp b/src/VBox/Runtime/r3/linux/sysfs.cpp
382 index 28c60ae..c257076 100644
383 --- a/src/VBox/Runtime/r3/linux/sysfs.cpp
384 +++ b/src/VBox/Runtime/r3/linux/sysfs.cpp
385 @@ -42,7 +42,7 @@
386 #include <stdio.h>
387 #include <sys/sysctl.h>
388 #include <sys/stat.h>
389 -#include <sys/fcntl.h>
390 +#include <fcntl.h>
391 #include <errno.h>
393 /** @todo r=bird: This whole API should be rewritten to use IPRT status codes.
394 diff --git a/src/VBox/Runtime/r3/os2/filelock-os2.cpp b/src/VBox/Runtime/r3/os2/filelock-os2.cpp
395 index 484c488..5d5a499 100644
396 --- a/src/VBox/Runtime/r3/os2/filelock-os2.cpp
397 +++ b/src/VBox/Runtime/r3/os2/filelock-os2.cpp
398 @@ -33,7 +33,7 @@
399 #include <errno.h>
400 #include <sys/types.h>
401 #include <sys/ioctl.h>
402 -#include <sys/fcntl.h>
403 +#include <fcntl.h>
404 #include <fcntl.h>
405 #include <unistd.h>
406 #include <sys/time.h>
407 diff --git a/src/VBox/Runtime/r3/posix/timer-posix.cpp b/src/VBox/Runtime/r3/posix/timer-posix.cpp
408 index 3ba4ef6..74f454c 100644
409 --- a/src/VBox/Runtime/r3/posix/timer-posix.cpp
410 +++ b/src/VBox/Runtime/r3/posix/timer-posix.cpp
411 @@ -63,7 +63,7 @@
412 #include "internal/magics.h"
414 #include <unistd.h>
415 -#include <sys/fcntl.h>
416 +#include <fcntl.h>
417 #include <sys/ioctl.h>
418 #ifdef RT_OS_LINUX
419 # include <linux/rtc.h>
420 diff --git a/src/libs/kStuff/kStuff/kProfiler2/kProfileR3.cpp b/src/libs/kStuff/kStuff/kProfiler2/kProfileR3.cpp
421 index 9e19ee6..41e092c 100644
422 --- a/src/libs/kStuff/kStuff/kProfiler2/kProfileR3.cpp
423 +++ b/src/libs/kStuff/kStuff/kProfiler2/kProfileR3.cpp
424 @@ -47,7 +47,7 @@
425 # include <stdint.h>
426 # define KPRF_USE_MMAN
427 # include <sys/mman.h>
428 -# include <sys/fcntl.h>
429 +# include <fcntl.h>
430 # include <unistd.h>
431 # include <stdlib.h>
432 # ifndef O_BINARY
433 diff --git a/src/libs/kStuff/kStuff/kRdr/kRdrFile.cpp b/src/libs/kStuff/kStuff/kRdr/kRdrFile.cpp
434 index 16c2b13..2f234ae 100644
435 --- a/src/libs/kStuff/kStuff/kRdr/kRdrFile.cpp
436 +++ b/src/libs/kStuff/kStuff/kRdr/kRdrFile.cpp
437 @@ -43,7 +43,7 @@
438 || K_OS == K_OS_OPENBSD \
439 || K_OS == K_OS_SOLARIS
440 # include <k/kHlpSys.h>
441 -# include <sys/fcntl.h>
442 +# include <fcntl.h>
443 # include <sys/mman.h>
444 # include <unistd.h>
447 2.8.4