commit | 6a5adfc0baeb178a1b785068e118a524284498f4 | [log] [download] |
---|---|---|
author | millert <millert> | Tue Dec 18 21:28:45 2012 +0000 |
committer | millert <millert> | Tue Dec 18 21:28:45 2012 +0000 |
tree | f1b540586c526c9ad069e651762e209b3faa24f4 | |
parent | 9714880283b36c21ff3904d59bd7fc436bf0bb85 [diff] |
We no longer use struct eproc for kinfo_proc in sysctl.h so there is no direct need for sys/proc.h or sys/resource.h. Some consumers of kinfo_proc need these for the proc flags and rlimit defines like RLIM_INF so add the appropriate includes to them. OK deraadt@ sthen@