summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_getcwd.c
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2006-11-18 17:27:39 +0000
committerkib <kib@FreeBSD.org>2006-11-18 17:27:39 +0000
commit92ff1201cf23be1daebcd3a2b730647f8b51a6eb (patch)
treec84ffabb8b82ee1dd8e4fff288253d6bbeed97cb /sys/compat/linux/linux_getcwd.c
parent8d093613ddaf00e5411ea83d691ee4a0519ed287 (diff)
downloadFreeBSD-src-92ff1201cf23be1daebcd3a2b730647f8b51a6eb.zip
FreeBSD-src-92ff1201cf23be1daebcd3a2b730647f8b51a6eb.tar.gz
Add missed ")". Fix the build.
Pointy hat to: kib
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 498bf3b..c244e50 100644
--- a/sys/compat/linux/linux_getcwd.c
+++ b/sys/compat/linux/linux_getcwd.c
@@ -426,7 +426,7 @@ linux_getcwd(struct thread *td, struct linux_getcwd_args *args)
#ifdef DEBUG
if (ldebug(getcwd))
- printf(ARGS(getcwd, "%p, %ld", args->buf, (long)args->bufsize);
+ printf(ARGS(getcwd, "%p, %ld"), args->buf, (long)args->bufsize);
#endif
len = args->bufsize;
OpenPOWER on IntegriCloud