Change #254135
| Category | gcoreutils |
| Changed by | Collin Funk <collin.funk1@gmail.com> |
| Changed at | Sun 04 Jan 2026 22:47:01 |
| Repository | git://git.savannah.gnu.org/coreutils.git |
| Project | gcoreutils |
| Branch | master |
| Revision | 2e0c328a3b1d066970172892adecc20d14cc41e5 |
Comments
maint: mknod: reduce variable scope * src/mknod.c (main): Declare variables where they are used instead of at the start of a block. Prefer signed integers to unsigned integers.
Changed files
- src/mknod.c