]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/ipc/ipc_pset.c
xnu-792.25.20.tar.gz
[apple/xnu.git] / osfmk / ipc / ipc_pset.c
index 0befd406cff4d877bd824e2d5754ab304bf8fc41..d2983415a210e5066106293093e8742fd5fb7bcb 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2004 Apple Computer, Inc. All rights reserved.
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
@@ -68,6 +68,8 @@
 #include <ipc/ipc_port.h>
 #include <ipc/ipc_print.h>
 
 #include <ipc/ipc_port.h>
 #include <ipc/ipc_print.h>
 
+#include <kern/kern_types.h>
+#include <kern/spl.h>
 /*
  *     Routine:        ipc_pset_alloc
  *     Purpose:
 /*
  *     Routine:        ipc_pset_alloc
  *     Purpose:
@@ -235,8 +237,6 @@ kern_return_t
 ipc_pset_remove_from_all(
        ipc_port_t      port)
 {
 ipc_pset_remove_from_all(
        ipc_port_t      port)
 {
-       ipc_pset_t pset;
-
        assert(ip_active(port));
        
        if (port->ip_pset_count == 0)
        assert(ip_active(port));
        
        if (port->ip_pset_count == 0)
@@ -319,13 +319,10 @@ ipc_list_count(
  *     Purpose:
  *             Pretty-print a port set for kdb.
  */
  *     Purpose:
  *             Pretty-print a port set for kdb.
  */
-
 void
 ipc_pset_print(
        ipc_pset_t      pset)
 {
 void
 ipc_pset_print(
        ipc_pset_t      pset)
 {
-       extern int db_indent;
-
        printf("pset 0x%x\n", pset);
 
        db_indent += 2;
        printf("pset 0x%x\n", pset);
 
        db_indent += 2;