]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/kern/xpr.c
xnu-3789.51.2.tar.gz
[apple/xnu.git] / osfmk / kern / xpr.c
index a10ec384d0fba69e8c48752412af5b181cbf8105..a08724be92f9e3d75d8009e0375390ff8c9fa98d 100644 (file)
@@ -59,7 +59,6 @@
 
 #include <mach/machine/vm_types.h>
 #include <kern/xpr.h>
-#include <kern/lock.h>
 #include <kern/spl.h>
 #include <kern/cpu_number.h>
 #include <kern/misc_protos.h>
@@ -94,7 +93,7 @@ xpr(
        long            arg5)
 {
        spl_t s;
-       register struct xprbuf *x;
+       struct xprbuf *x;
 
        /* If we aren't initialized, ignore trace request */
        if (!xprenable || (xprptr == 0))