diff options
author | Ron Yorston <rmy@pobox.com> | 2017-11-03 14:16:08 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2017-11-03 14:16:08 +0000 |
commit | d6ce08aeb85b3698ddaa281016b70e16aeb9fb35 (patch) | |
tree | 02ad9bc0684859515fe891f3d6b0a1086e0db156 /libbb/make_directory.c | |
parent | ab450021a99ba66126cc6d668fb06ec3829a572b (diff) | |
parent | a5060b8364faa7c677c8950f1315c451403b0660 (diff) | |
download | busybox-w32-d6ce08aeb85b3698ddaa281016b70e16aeb9fb35.tar.gz busybox-w32-d6ce08aeb85b3698ddaa281016b70e16aeb9fb35.tar.bz2 busybox-w32-d6ce08aeb85b3698ddaa281016b70e16aeb9fb35.zip |
Merge branch 'busybox' into merge
Diffstat (limited to 'libbb/make_directory.c')
-rw-r--r-- | libbb/make_directory.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libbb/make_directory.c b/libbb/make_directory.c index 3e171ff02..6422c863f 100644 --- a/libbb/make_directory.c +++ b/libbb/make_directory.c | |||
@@ -6,7 +6,6 @@ | |||
6 | * | 6 | * |
7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
8 | */ | 8 | */ |
9 | |||
10 | /* Mar 5, 2003 Manuel Novoa III | 9 | /* Mar 5, 2003 Manuel Novoa III |
11 | * | 10 | * |
12 | * This is the main work function for the 'mkdir' applet. As such, it | 11 | * This is the main work function for the 'mkdir' applet. As such, it |
@@ -21,7 +20,6 @@ | |||
21 | * To set specific permissions on 'path', pass the appropriate 'mode' | 20 | * To set specific permissions on 'path', pass the appropriate 'mode' |
22 | * val. Otherwise, pass -1 to get default permissions. | 21 | * val. Otherwise, pass -1 to get default permissions. |
23 | */ | 22 | */ |
24 | |||
25 | #include "libbb.h" | 23 | #include "libbb.h" |
26 | 24 | ||
27 | /* This function is used from NOFORK applets. It must not allocate anything */ | 25 | /* This function is used from NOFORK applets. It must not allocate anything */ |