aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_getcwd.c
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2001-11-17 01:16:10 +0000
committerPeter Wemm <peter@FreeBSD.org>2001-11-17 01:16:10 +0000
commit170a2c575cf912bbf8a3a982637f4526d52c5ffb (patch)
tree1410f81dc75060d888ada43af4e22c146d36cb75 /sys/compat/linux/linux_getcwd.c
parentbc5f9050805eb966b44a98eb0198cb2ae5678e17 (diff)
Notes
Diffstat (limited to 'sys/compat/linux/linux_getcwd.c')
-rw-r--r--sys/compat/linux/linux_getcwd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/linux/linux_getcwd.c b/sys/compat/linux/linux_getcwd.c
index f08163b0e31a..509cdecc1238 100644
--- a/sys/compat/linux/linux_getcwd.c
+++ b/sys/compat/linux/linux_getcwd.c
@@ -413,7 +413,7 @@ linux_getcwd(struct thread *td, struct linux_getcwd_args *args)
#ifdef DEBUG
printf("Linux-emul(%ld): getcwd(%p, %ld)\n", (long)td->td_proc->p_pid,
- args->buf, args->bufsize);
+ args->buf, (long)args->bufsize);
#endif
sg = stackgap_init();