View patch-cp.diff
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- /usr/src/bin/cp/extern.h.orig | |
+++ /usr/src/bin/cp/extern.h | |
@@ -49,4 +49,5 @@ | |
int preserve_dir_acls(struct stat *, char *, char *); | |
int preserve_fd_acls(int, int); | |
void usage(void); | |
+int user_extattr_copy_fd(int, int); | |
__END_DECLS | |
--- /usr/src/bin/cp/utils.c.orig | |
+++ /usr/src/bin/cp/utils.c |
View patch-find.diff
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- /usr/src/usr.bin/find/extern.h.orig | |
+++ /usr/src/usr.bin/find/extern.h | |
@@ -76,6 +76,7 @@ | |
creat_f c_sparse; | |
creat_f c_type; | |
creat_f c_user; | |
+creat_f c_userattr; | |
creat_f c_xdev; | |
exec_f f_Xmin; |