mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
* chmod.c: Changed all references to umode_t into mode_t.
This commit is contained in:
parent
9f55376746
commit
a1db50305e
@ -1,6 +1,7 @@
|
||||
2005-07-05 Roland Illig <roland.illig@gmx.de>
|
||||
|
||||
* achown.c: Changed all references to umode_t into mode_t.
|
||||
* chmod.c: Likewise.
|
||||
* file.c: Likewise.
|
||||
* view.c (view_load): Don't try to use fcntl() with VFS file
|
||||
handles. That cannot work.
|
||||
|
@ -61,7 +61,7 @@ static int single_set;
|
||||
static int mode_change, need_update;
|
||||
static int c_file, end_chmod;
|
||||
|
||||
static umode_t and_mask, or_mask, c_stat;
|
||||
static mode_t and_mask, or_mask, c_stat;
|
||||
|
||||
/* FIXME: these variables are superfluous, aren't they? (hint: name_trunc
|
||||
* returns a pointer to a static buffer, and label_new creates its own copy
|
||||
|
Loading…
Reference in New Issue
Block a user