Fix recurse() prototype and convert char to int flags

This commit is contained in:
sin
2015-02-16 16:23:12 +00:00
parent d8fa891008
commit 8f068589fb
11 changed files with 15 additions and 15 deletions

View File

@@ -21,7 +21,7 @@ int cp_pflag = 0;
int cp_rflag = 0;
int cp_vflag = 0;
int cp_status = 0;
char cp_HLPflag = 'L';
int cp_HLPflag = 'L';
int
cp(const char *s1, const char *s2, char ff)