aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>2003-01-01 01:42:57 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>2003-01-01 01:42:57 +0000
commit4f5a0588eee9daf5497a6c50536f0b3ebbc8b88a (patch)
tree83145d84c46d10dc60da65d9a351f1c5d095db6e /sys/compat
parentc522c1bf4bb556cb83e75c2f38dd5b7fb120a8e0 (diff)
Notes
Diffstat (limited to 'sys/compat')
-rw-r--r--sys/compat/linux/linux_util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/linux/linux_util.h b/sys/compat/linux/linux_util.h
index 7f69ad5547f9..bf9cadd6804a 100644
--- a/sys/compat/linux/linux_util.h
+++ b/sys/compat/linux/linux_util.h
@@ -116,8 +116,8 @@ static __inline int
unsupported_msg(struct thread *td, const char *fname)
{
- printf("linux: syscall %s is obsoleted or not implemented (pid=%ld)\n",
- fname, (long)td->td_proc->p_pid);
+ printf("linux: syscall %s is obsoleted or not implemented pid %ld "
+ "(%s)\n", fname, (long)td->td_proc->p_pid, td->td_proc->p_comm);
return (ENOSYS);
}