]> git.ipfire.org Git - thirdparty/coreutils.git/commit
dd: don't mistakenly use O_EXCL on GNU/Hurd
authorCollin Funk <collin.funk1@gmail.com>
Fri, 19 Sep 2025 06:29:02 +0000 (23:29 -0700)
committerCollin Funk <collin.funk1@gmail.com>
Fri, 19 Sep 2025 06:31:18 +0000 (23:31 -0700)
commit2662ddf335c9c5bafefa9c8c0b25c26e73d192ab
tree05e6afcfe11a5e977bf5a5418dc5388af4f1c994
parent7e41b00d079a1574bbd442bb88c304aa74b16415
dd: don't mistakenly use O_EXCL on GNU/Hurd

* src/dd.c (v): Add the O_EXCL flag to the set of bits that we do not
want to use for our definitions.
* cfg.mk (sc_dd_O_FLAGS): Adjust to pass syntax-check.
* NEWS: Mention the fix.
Reported by Bruno Haible.
NEWS
cfg.mk
src/dd.c