summaryrefslogtreecommitdiff
path: root/sys/kern/uipc_debug.c
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>2008-07-03 08:35:59 +0000
committerJulian Elischer <julian@FreeBSD.org>2008-07-03 08:35:59 +0000
commitf44e6e2eccdeedde928cb0765b62dd687b8d6dab (patch)
tree151c650ec53a2b7618132083c299cee80afecd29 /sys/kern/uipc_debug.c
parent6992381ecab60516709e8ed861de8281257381e5 (diff)
Notes
Diffstat (limited to 'sys/kern/uipc_debug.c')
-rw-r--r--sys/kern/uipc_debug.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/uipc_debug.c b/sys/kern/uipc_debug.c
index 77f56dff50d9..c2a0937ab916 100644
--- a/sys/kern/uipc_debug.c
+++ b/sys/kern/uipc_debug.c
@@ -225,11 +225,11 @@ db_print_indent(int indent)
}
static void
-db_print_domain(struct domain *d, const char *domainname, int indent)
+db_print_domain(struct domain *d, const char *domain_name, int indent)
{
db_print_indent(indent);
- db_printf("%s at %p\n", domainname, d);
+ db_printf("%s at %p\n", domain_name, d);
indent += 2;