]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/kern/kern_resource.c
xnu-792.25.20.tar.gz
[apple/xnu.git] / bsd / kern / kern_resource.c
index 6ce5a38744803a6241dd7895e896808af4e5cc2d..3a8419566e4590376c50c333f24efbe4ea25b5fc 100644 (file)
@@ -97,7 +97,7 @@ rlim_t maxsmap = MAXSSIZ;     /* XXX */
  *
  * Note: would be in kern/subr_param.c in FreeBSD.
  */
-int maxprocperuid = CHILD_MAX;         /* max # of procs per user */
+extern int maxprocperuid;              /* max # of procs per user */
 int maxfilesperproc = OPEN_MAX;                /* per-proc open files limit */
 
 SYSCTL_INT( _kern, KERN_MAXPROCPERUID, maxprocperuid, CTLFLAG_RW,