diff options
Diffstat (limited to 'utils/chroot_realpath.c')
-rw-r--r-- | utils/chroot_realpath.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/chroot_realpath.c b/utils/chroot_realpath.c index ff1d85d7f..bee9c863c 100644 --- a/utils/chroot_realpath.c +++ b/utils/chroot_realpath.c @@ -41,6 +41,9 @@ #define MAX_READLINKS 32 char *chroot_realpath(const char *chroot, const char *path, + char resolved_path[]); + +char *chroot_realpath(const char *chroot, const char *path, char resolved_path[]) { char copy_path[PATH_MAX]; |