coreutils: update to 9.4
patches were copied from CygWin.
This commit is contained in:
11
coreutils/coreutils-9.4-src-remove.h.patch
Normal file
11
coreutils/coreutils-9.4-src-remove.h.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- 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. */
|
||||
Reference in New Issue
Block a user