diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2001-11-17 01:16:10 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2001-11-17 01:16:10 +0000 |
| commit | 170a2c575cf912bbf8a3a982637f4526d52c5ffb (patch) | |
| tree | 1410f81dc75060d888ada43af4e22c146d36cb75 /sys/compat/linux/linux_getcwd.c | |
| parent | bc5f9050805eb966b44a98eb0198cb2ae5678e17 (diff) | |
Notes
Diffstat (limited to 'sys/compat/linux/linux_getcwd.c')
| -rw-r--r-- | sys/compat/linux/linux_getcwd.c | 2 |
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(); |
