projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b2ac25
)
(make_dir): Remove. All uses replaced by mkdir.
author
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 14 Jun 2005 23:56:17 +0000
(23:56 +0000)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 14 Jun 2005 23:56:17 +0000
(23:56 +0000)
(make_dir_parents): Last arg is now int * (for errno), not bool *.
lib/mkdir-p.h
patch
|
blob
|
history
diff --git
a/lib/mkdir-p.h
b/lib/mkdir-p.h
index a70d5d46d45696b99aa061f069f314deaacbf48b..6e0c848fd67ce93d35755517e533f6e859528720 100644
(file)
--- a/
lib/mkdir-p.h
+++ b/
lib/mkdir-p.h
@@
-29,9
+29,4
@@
bool make_dir_parents (char const *argname,
gid_t group,
bool preserve_existing,
char const *verbose_fmt_string,
- bool *different_working_dir);
-
-bool make_dir (char const *dir,
- char const *fulldir,
- mode_t mode,
- bool *created_dir_p);
+ int *cwd_errno);