aboutsummaryrefslogtreecommitdiff
path: root/src/extern.h
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-06-28 13:16:47 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-06-28 13:16:47 +0000
commit6fddacf8ad57e6184c7ab4055c0da1b8cfbe0f7a (patch)
tree1b1734d16ab8f6640905cf5c9248fc030066cf62 /src/extern.h
parenta6410fe1b392aaa3259e9fb242a5d793afc7f2d0 (diff)
downloadcpio-6fddacf8ad57e6184c7ab4055c0da1b8cfbe0f7a.tar.gz
cpio-6fddacf8ad57e6184c7ab4055c0da1b8cfbe0f7a.tar.bz2
(make_path): Remove mode argument. All callers updated.
Diffstat (limited to 'src/extern.h')
-rw-r--r--src/extern.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/extern.h b/src/extern.h
index 2090cdd..ddbe0ef 100644
--- a/src/extern.h
+++ b/src/extern.h
@@ -140,8 +140,7 @@ void process_args (int argc, char *argv[]);
void initialize_buffers (void);
/* makepath.c */
-int make_path (char *argpath, mode_t mode,
- uid_t owner, gid_t group,
+int make_path (char *argpath, uid_t owner, gid_t group,
const char *verbose_fmt_string);
/* tar.c */

Return to:

Send suggestions and report system problems to the System administrator.