Support dummy lchown() so that cpio understands 4.4 symbolic links.
This commit is contained in:
parent
e3740caa96
commit
adfc6bdf06
@ -128,6 +128,11 @@ uid_t *getuidbyname ();
|
||||
gid_t *getgidbyname ();
|
||||
#endif
|
||||
|
||||
/* lchown.c */
|
||||
#ifdef HAVE_LCHOWN
|
||||
int lchown P_((const char *path, uid_t owner, gid_t group));
|
||||
#endif
|
||||
|
||||
/* main.c */
|
||||
void process_args P_((int argc, char *argv[]));
|
||||
void initialize_buffers P_((void));
|
||||
|
Loading…
Reference in New Issue
Block a user