summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_debug.c
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>2008-07-03 08:35:59 +0000
committerjulian <julian@FreeBSD.org>2008-07-03 08:35:59 +0000
commit7b11deb4f4478e9c640852722196e85c74895e63 (patch)
tree151c650ec53a2b7618132083c299cee80afecd29 /sys/kern/uipc_debug.c
parent108da791bba83bd8524d8c1903224be6b6d8dd96 (diff)
downloadFreeBSD-src-7b11deb4f4478e9c640852722196e85c74895e63.zip
FreeBSD-src-7b11deb4f4478e9c640852722196e85c74895e63.tar.gz
Change a variable name to not shadow a global
Obtained from: vimage
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 77f56df..c2a0937 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;
OpenPOWER on IntegriCloud