From 92ff1201cf23be1daebcd3a2b730647f8b51a6eb Mon Sep 17 00:00:00 2001 From: kib Date: Sat, 18 Nov 2006 17:27:39 +0000 Subject: Add missed ")". Fix the build. Pointy hat to: kib --- sys/compat/linux/linux_getcwd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/compat') 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; -- cgit v1.1