svn commit: r350688 - head/usr.bin/procstat

Gleb Smirnoff glebius at FreeBSD.org
Wed Aug 7 18:32:01 UTC 2019


Author: glebius
Date: Wed Aug  7 18:32:01 2019
New Revision: 350688
URL: https://svnweb.freebsd.org/changeset/base/350688

Log:
  resource.h is sufficient here, no need for resoursevar.h.

Modified:
  head/usr.bin/procstat/procstat_rlimit.c

Modified: head/usr.bin/procstat/procstat_rlimit.c
==============================================================================
--- head/usr.bin/procstat/procstat_rlimit.c	Wed Aug  7 18:26:32 2019	(r350687)
+++ head/usr.bin/procstat/procstat_rlimit.c	Wed Aug  7 18:32:01 2019	(r350688)
@@ -31,7 +31,7 @@
 
 #include <sys/param.h>
 #include <sys/time.h>
-#include <sys/resourcevar.h>
+#include <sys/resource.h>
 #include <sys/sysctl.h>
 #include <sys/user.h>
 


More information about the svn-src-head mailing list