diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2003-04-16 20:04:47 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2003-04-16 20:04:47 +0000 |
| commit | 46ae26f7e0f65480ee522816622d02f89c1fce25 (patch) | |
| tree | a0fc6762913bf52f6a75e8f989e74841fc53b509 /sys/alpha/linux | |
| parent | 4bedc36141c5712bb70dbb57ab2361a9c5db066c (diff) | |
Notes
Diffstat (limited to 'sys/alpha/linux')
| -rw-r--r-- | sys/alpha/linux/linux.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/alpha/linux/linux.h b/sys/alpha/linux/linux.h index 97b1dca21afa..0504f27054f7 100644 --- a/sys/alpha/linux/linux.h +++ b/sys/alpha/linux/linux.h @@ -38,8 +38,8 @@ */ extern u_char linux_debug_map[]; #define ldebug(name) isclr(linux_debug_map, LINUX_SYS_linux_ ## name) -#define ARGS(nm, fmt) "linux(%ld): "#nm"("fmt")\n", (long)p->p_pid -#define LMSG(fmt) "linux(%ld): "fmt"\n", (long)p->p_pid +#define ARGS(nm, fmt) "linux(%ld): "#nm"("fmt")\n", (long)td->td_proc->p_pid +#define LMSG(fmt) "linux(%ld): "fmt"\n", (long)td->td_proc->p_pid #ifdef MALLOC_DECLARE MALLOC_DECLARE(M_LINUX); |
