From a1db50305e1e42e54d2017ef8f56bc444545212e Mon Sep 17 00:00:00 2001 From: Roland Illig Date: Tue, 5 Jul 2005 20:14:15 +0000 Subject: [PATCH] * chmod.c: Changed all references to umode_t into mode_t. --- src/ChangeLog | 1 + src/chmod.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 7ec2cbd6d..6cf2b34b1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,6 +1,7 @@ 2005-07-05 Roland Illig * 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. diff --git a/src/chmod.c b/src/chmod.c index 0258b0362..14b5e9a9d 100644 --- a/src/chmod.c +++ b/src/chmod.c @@ -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