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 82ccbf691..d912a06c5 100644 --- a/utils/chroot_realpath.c +++ b/utils/chroot_realpath.c @@ -25,6 +25,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]; |