diff options
author | Robert Watson <rwatson@FreeBSD.org> | 2009-01-04 19:16:36 +0000 |
---|---|---|
committer | Robert Watson <rwatson@FreeBSD.org> | 2009-01-04 19:16:36 +0000 |
commit | 192a6120fc05aa2a1ebf0873f1cbc73a28a07270 (patch) | |
tree | 21e12967104fab2f5e7f926a369349a386a0ea9c | |
parent | 15d657fda767ff52bc823de2bec8975abdbc2a17 (diff) |
Notes
-rw-r--r-- | sys/kern/uipc_debug.c | 2 | ||||
-rw-r--r-- | sys/kern/uipc_domain.c | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/sys/kern/uipc_debug.c b/sys/kern/uipc_debug.c index c2a0937ab916..17d455f6ffe1 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 diff --git a/sys/kern/uipc_domain.c b/sys/kern/uipc_domain.c index 2b2f5c8877f7..bac36573d3b8 100644 --- a/sys/kern/uipc_domain.c +++ b/sys/kern/uipc_domain.c @@ -426,7 +426,6 @@ found: dpr->pr_output = NULL; dpr->pr_ctlinput = NULL; dpr->pr_ctloutput = NULL; - dpr->pr_ousrreq = NULL; dpr->pr_init = NULL; dpr->pr_fasttimo = NULL; dpr->pr_slowtimo = NULL; |