The branch, master has been updated via 6a5adfc0baeb178a1b785068e118a524284498f4 (commit) from 9714880283b36c21ff3904d59bd7fc436bf0bb85 (commit)
- Log ----------------------------------------------------------------- commit 6a5adfc0baeb178a1b785068e118a524284498f4 Author: millert <millert> Commit: millert <millert> 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@ --- procname.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/procname.c b/procname.c index 1928b92..1518c94 100644 --- a/procname.c +++ b/procname.c @@ -17,6 +17,7 @@ */ #include <sys/param.h> +#include <sys/proc.h> #include <sys/sysctl.h> #include <sys/stat.h> ----------------------------------------------------------------------- Summary of changes: procname.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- tmux ------------------------------------------------------------------------------ LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency, and focus on delivering more value-add services Discover what IT Professionals Know. Rescue delivers http://p.sf.net/sfu/logmein_12329d2d _______________________________________________ tmux-cvs mailing list tmux-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tmux-cvs