* chmod.c: Changed all references to umode_t into mode_t.

This commit is contained in:
Roland Illig 2005-07-05 20:14:15 +00:00
parent 9f55376746
commit a1db50305e
2 changed files with 2 additions and 1 deletions

View File

@ -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.

View File

@ -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