chiark / gitweb /
Include <fcntl.h> instead of <sys/fcntl.h>
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 14 Apr 2013 01:02:03 +0000 (21:02 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 14 Apr 2013 01:02:03 +0000 (21:02 -0400)
commitabad76cc4c8586bc088fec65560cf4db2e0903c2
treec08cb13197816338bbcd2fe0dffb18a80b96ca60
parentd3b6d0c21ea5a0d15ec6dbd8b8d179138b7463bc
Include <fcntl.h> instead of <sys/fcntl.h>

<fcntl.h> is POSIX. On Linux, <sys/fcntl.h> simply includes
<fcntl.h>, so there should be on difference. On Android
likewise, except that there is some more stuff. QNX has
only <fcntl.h>.

https://bugs.freedesktop.org/show_bug.cgi?id=63423
src/journal/cat.c
src/libsystemd-daemon/sd-daemon.c