]> git.ipfire.org Git - thirdparty/systemd.git/commit
include missing_fcntl.h where needed
authorAnita Zhang <the.anitazha@gmail.com>
Thu, 7 Nov 2019 06:25:43 +0000 (22:25 -0800)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Thu, 7 Nov 2019 10:17:44 +0000 (10:17 +0000)
commit0499585ffe5fd1acc45f49e977ac3a88955f8fa9
tree574d12039df4aab5f8f018ecc745007ba646acb7
parent754499fab2392f8405025aead36ebc79dd59780b
include missing_fcntl.h where needed

f5947a5e925117c55b390460d592f57504277bf9 dropped missing.h and
replaced with the more specific headers but did not add
missing_fcntl.h in places that use O_TMPFILE. This is needed for
some older versions of glibc.
src/basic/fd-util.c
src/basic/fs-util.c
src/import/export-raw.c