svn commit: r320798 - stable/11/sys/kern

Mark Johnston markj at FreeBSD.org
Sat Jul 8 02:02:51 UTC 2017


Author: markj
Date: Sat Jul  8 02:02:49 2017
New Revision: 320798
URL: https://svnweb.freebsd.org/changeset/base/320798

Log:
  Direct commit to fix a mismerge in r320797.

Modified:
  stable/11/sys/kern/kern_exec.c

Modified: stable/11/sys/kern/kern_exec.c
==============================================================================
--- stable/11/sys/kern/kern_exec.c	Sat Jul  8 01:56:48 2017	(r320797)
+++ stable/11/sys/kern/kern_exec.c	Sat Jul  8 02:02:49 2017	(r320798)
@@ -51,10 +51,6 @@ __FBSDID("$FreeBSD$");
 #include <sys/wait.h>
 #include <sys/malloc.h>
 #include <sys/mman.h>
-#include <sys/mount.h>
-#include <sys/mutex.h>
-#include <sys/namei.h>
-#include <sys/pioctl.h>
 #include <sys/priv.h>
 #include <sys/proc.h>
 #include <sys/pioctl.h>
@@ -68,10 +64,7 @@ __FBSDID("$FreeBSD$");
 #include <sys/syscallsubr.h>
 #include <sys/sysent.h>
 #include <sys/shm.h>
-#include <sys/signalvar.h>
 #include <sys/smp.h>
-#include <sys/stat.h>
-#include <sys/syscallsubr.h>
 #include <sys/sysctl.h>
 #include <sys/vnode.h>
 #include <sys/stat.h>


More information about the svn-src-all mailing list