aboutsummaryrefslogtreecommitdiff
path: root/coreutils/realpath.c
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2017-11-03 14:16:08 +0000
committerRon Yorston <rmy@pobox.com>2017-11-03 14:16:08 +0000
commitd6ce08aeb85b3698ddaa281016b70e16aeb9fb35 (patch)
tree02ad9bc0684859515fe891f3d6b0a1086e0db156 /coreutils/realpath.c
parentab450021a99ba66126cc6d668fb06ec3829a572b (diff)
parenta5060b8364faa7c677c8950f1315c451403b0660 (diff)
downloadbusybox-w32-d6ce08aeb85b3698ddaa281016b70e16aeb9fb35.tar.gz
busybox-w32-d6ce08aeb85b3698ddaa281016b70e16aeb9fb35.tar.bz2
busybox-w32-d6ce08aeb85b3698ddaa281016b70e16aeb9fb35.zip
Merge branch 'busybox' into merge
Diffstat (limited to 'coreutils/realpath.c')
-rw-r--r--coreutils/realpath.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/coreutils/realpath.c b/coreutils/realpath.c
index f9c630135..aa878fcd2 100644
--- a/coreutils/realpath.c
+++ b/coreutils/realpath.c
@@ -1,5 +1,6 @@
1/* vi: set sw=4 ts=4: */ 1/* vi: set sw=4 ts=4: */
2/* Mar 16, 2003 Manuel Novoa III (mjn3@codepoet.org) 2/*
3 * Mar 16, 2003 Manuel Novoa III (mjn3@codepoet.org)
3 * 4 *
4 * Now does proper error checking on output and returns a failure exit code 5 * Now does proper error checking on output and returns a failure exit code
5 * if one or more paths cannot be resolved. 6 * if one or more paths cannot be resolved.