]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/dev/arm/stubs.c
xnu-7195.101.1.tar.gz
[apple/xnu.git] / bsd / dev / arm / stubs.c
index 7675bb322199acb849de7aafa02ef3cda7625e6a..bf61083c2d98b685f82deeb9244b64abcae5beb9 100644 (file)
 #include <sys/kauth.h>
 #include <sys/ucred.h>
 #include <sys/proc_internal.h>
+#include <sys/sysproto.h>
 #include <sys/user.h>
 #include <kern/task.h>
 #include <kern/thread.h>
 #include <vm/vm_map.h>
 
+
 /*
  * copy a null terminated string from the kernel address space into the user
  * address space. - if the user is denied write access, return EFAULT. - if
@@ -90,3 +92,4 @@ copywithin(void *src, void *dst, size_t count)
        bcopy(src, dst, count);
        return 0;
 }
+