svn commit: r317056 - head/sys/kern

Gleb Smirnoff glebius at FreeBSD.org
Mon Apr 17 17:07:52 UTC 2017


Author: glebius
Date: Mon Apr 17 17:07:51 2017
New Revision: 317056
URL: https://svnweb.freebsd.org/changeset/base/317056

Log:
  Typo!

Modified:
  head/sys/kern/subr_syscall.c

Modified: head/sys/kern/subr_syscall.c
==============================================================================
--- head/sys/kern/subr_syscall.c	Mon Apr 17 17:07:00 2017	(r317055)
+++ head/sys/kern/subr_syscall.c	Mon Apr 17 17:07:51 2017	(r317056)
@@ -45,7 +45,7 @@ __FBSDID("$FreeBSD$");
 
 #include <sys/capsicum.h>
 #include <sys/ktr.h>
-#include <sys/vmmeter.h
+#include <sys/vmmeter.h>
 #ifdef KTRACE
 #include <sys/uio.h>
 #include <sys/ktrace.h>


More information about the svn-src-head mailing list