MSYS2-packages/coreutils/coreutils-9.4-src-remove.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
480 B
Diff

--- origsrc/src/remove.h 2023-09-10 13:37:14.816502400 -0600
+++ src/src/remove.h 2023-09-10 13:36:42.028328800 -0600
@@ -54,7 +54,7 @@ struct rm_options
/* Pointer to the device and inode numbers of '/', when --recursive
and preserving '/'. Otherwise null. */
- struct dev_ino *root_dev_ino;
+ struct root_dev_ino *root_dev_ino;
/* If true, do not traverse into (or remove) any directory that is
the root of a file system. I.e., a separate device. */