cp: add symlink deref flags -H and -L for cp and mv
This commit is contained in:
committed by
sin
parent
360a63769c
commit
af8be7f92c
4
fs.h
4
fs.h
@@ -1,15 +1,15 @@
|
||||
/* See LICENSE file for copyright and license details. */
|
||||
extern int cp_aflag;
|
||||
extern int cp_fflag;
|
||||
extern int cp_Pflag;
|
||||
extern int cp_pflag;
|
||||
extern int cp_rflag;
|
||||
extern int cp_vflag;
|
||||
extern char cp_HLPflag;
|
||||
extern int cp_status;
|
||||
|
||||
extern int rm_fflag;
|
||||
extern int rm_rflag;
|
||||
extern int rm_status;
|
||||
|
||||
int cp(const char *, const char *);
|
||||
int cp(const char *, const char *, char);
|
||||
void rm(const char *);
|
||||
|
Reference in New Issue
Block a user