]> git.ipfire.org Git - thirdparty/coreutils.git/commit
maint: mkfifo: reduce variable scope
authorCollin Funk <collin.funk1@gmail.com>
Sun, 4 Jan 2026 21:46:41 +0000 (13:46 -0800)
committerCollin Funk <collin.funk1@gmail.com>
Sun, 4 Jan 2026 21:46:41 +0000 (13:46 -0800)
commite4e40b7df6f29192c9403db3fccdd57ea7aaeae8
tree03ca96ef2eb52a93215c3e867d9e7fdf636f2bd9
parentbd528f923482223649aa84be7d131e69356149da
maint: mkfifo: reduce variable scope

* src/mkfifo.c (main): Declare variables where they are used instead of
at the start of a block.
src/mkfifo.c