MSYS2-packages/coreutils/coreutils-9.4-src-chown-core.h.patch
مهدي شينون (Mehdi Chinoune) ddf66eac75 coreutils: update to 9.4
patches were copied from CygWin.
2023-09-20 07:21:31 +01:00

12 lines
466 B
Diff

--- origsrc/src/chown-core.h 2023-07-05 05:09:55.000000000 -0600
+++ src/src/chown-core.h 2023-09-09 20:22:55.569928600 -0600
@@ -51,7 +51,7 @@ struct Chown_option
/* Pointer to the device and inode numbers of '/', when --recursive.
Need not be freed. Otherwise nullptr. */
- struct dev_ino *root_dev_ino;
+ struct root_dev_ino *root_dev_ino;
/* This corresponds to the --dereference (opposite of -h) option. */
bool affect_symlink_referent;