Checking patch sysdeps/mach/hurd/Makefile... error: while searching for: xstat fxstat lxstat xstat64 fxstat64 lxstat64 \ xmknod xmknodat \ fxstatat fxstatat64 endif ifeq (misc, $(subdir)) error: patch failed: sysdeps/mach/hurd/Makefile:209 Checking patch sysdeps/mach/hurd/bits/fcntl.h... error: while searching for: #include /* The structure describing an advisory lock. This is the type of the third argument to `fcntl' for the F_GETLK, F_SETLK, and F_SETLKW requests. */ struct flock { int l_type; /* Type of lock: F_RDLCK, F_WRLCK, or F_UNLCK. */ int l_whence; /* Where `l_start' is relative to (like `lseek'). */ #ifndef __USE_FILE_OFFSET64 __off_t l_start; /* Offset where the lock begins. */ __off_t l_len; /* Size of the locked area; zero means until EOF. */ #else __off64_t l_start; /* Offset where the lock begins. */ __off64_t l_len; /* Size of the locked area; zero means until EOF. */ #endif __pid_t l_pid; /* Process holding the lock. */ }; #ifdef __USE_LARGEFILE64 struct flock64 { int l_type; /* Type of lock: F_RDLCK, F_WRLCK, or F_UNLCK. */ int l_whence; /* Where `l_start' is relative to (like `lseek'). */ __off64_t l_start; /* Offset where the lock begins. */ __off64_t l_len; /* Size of the locked area; zero means until EOF. */ __pid_t l_pid; /* Process holding the lock. */ }; #endif /* Values for the `l_type' field of a `struct flock'. */ #define F_RDLCK 1 /* Read lock. */ error: patch failed: sysdeps/mach/hurd/bits/fcntl.h:190 Checking patch sysdeps/mach/hurd/bits/types/struct_flock.h... error: sysdeps/mach/hurd/bits/types/struct_flock.h: already exists in working directory Checking patch sysdeps/mach/hurd/i386/bits/types/struct_flock.h... error: sysdeps/mach/hurd/i386/bits/types/struct_flock.h: already exists in working directory Applying patch sysdeps/mach/hurd/Makefile with 1 reject... Rejected hunk #1. Applying patch sysdeps/mach/hurd/bits/fcntl.h with 1 reject... Rejected hunk #1.