summaryrefslogtreecommitdiffstats
path: root/sys/kern/uipc_debug.c
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2009-01-04 19:16:36 +0000
committerrwatson <rwatson@FreeBSD.org>2009-01-04 19:16:36 +0000
commitaf9e0de76f3dcf8f09a3bd5c39aef43d3c0c6606 (patch)
tree21e12967104fab2f5e7f926a369349a386a0ea9c /sys/kern/uipc_debug.c
parentf8180da657d4842b72beb6c542e0555d44a3c310 (diff)
downloadFreeBSD-src-af9e0de76f3dcf8f09a3bd5c39aef43d3c0c6606.zip
FreeBSD-src-af9e0de76f3dcf8f09a3bd5c39aef43d3c0c6606.tar.gz
Remove two further uses (debugging and NULLing) of pr_ousrreq, missed due
to svn commit in the wrong directory. Spotted by: bz
Diffstat (limited to 'sys/kern/uipc_debug.c')
-rw-r--r--sys/kern/uipc_debug.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/kern/uipc_debug.c b/sys/kern/uipc_debug.c
index c2a0937..17d455f 100644
--- a/sys/kern/uipc_debug.c
+++ b/sys/kern/uipc_debug.c
@@ -322,7 +322,6 @@ db_print_protosw(struct protosw *pr, const char *prname, int indent)
db_print_indent(indent);
db_printf("pr_ctloutput: %p ", pr->pr_ctloutput);
- db_printf("pr_ousrreq: %p ", pr->pr_ousrreq);
db_printf("pr_init: %p\n", pr->pr_init);
db_print_indent(indent);
@@ -331,7 +330,6 @@ db_print_protosw(struct protosw *pr, const char *prname, int indent)
db_printf("pr_drain: %p\n", pr->pr_drain);
db_print_indent(indent);
- db_printf("pr_ousrreq: %p\n", pr->pr_ousrreq);
}
static void
OpenPOWER on IntegriCloud