Author: rwatson
Date: Sun Jan  4 19:16:36 2009
New Revision: 186746
URL: http://svn.freebsd.org/changeset/base/186746

Log:
  Remove two further uses (debugging and NULLing) of pr_ousrreq, missed due
  to svn commit in the wrong directory.
  
  Spotted by:   bz

Modified:
  head/sys/kern/uipc_debug.c
  head/sys/kern/uipc_domain.c

Modified: head/sys/kern/uipc_debug.c
==============================================================================
--- head/sys/kern/uipc_debug.c  Sun Jan  4 19:03:42 2009        (r186745)
+++ head/sys/kern/uipc_debug.c  Sun Jan  4 19:16:36 2009        (r186746)
@@ -322,7 +322,6 @@ db_print_protosw(struct protosw *pr, con
 
        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, con
        db_printf("pr_drain: %p\n", pr->pr_drain);
 
        db_print_indent(indent);
-       db_printf("pr_ousrreq: %p\n", pr->pr_ousrreq);
 }
 
 static void

Modified: head/sys/kern/uipc_domain.c
==============================================================================
--- head/sys/kern/uipc_domain.c Sun Jan  4 19:03:42 2009        (r186745)
+++ head/sys/kern/uipc_domain.c Sun Jan  4 19:16:36 2009        (r186746)
@@ -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;
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to