svn commit: r239123 - head/sys/amd64/amd64
Sergey Kandaurov
pluknet at FreeBSD.org
Tue Aug 7 05:46:37 UTC 2012
Author: pluknet
Date: Tue Aug 7 05:46:36 2012
New Revision: 239123
URL: http://svn.freebsd.org/changeset/base/239123
Log:
Remove duplicate header inclusion of <sys/sysent.h>
Discussed with: bz
Modified:
head/sys/amd64/amd64/elf_machdep.c
Modified: head/sys/amd64/amd64/elf_machdep.c
==============================================================================
--- head/sys/amd64/amd64/elf_machdep.c Tue Aug 7 05:03:53 2012 (r239122)
+++ head/sys/amd64/amd64/elf_machdep.c Tue Aug 7 05:46:36 2012 (r239123)
@@ -36,7 +36,6 @@ __FBSDID("$FreeBSD$");
#include <sys/sysent.h>
#include <sys/imgact_elf.h>
#include <sys/syscall.h>
-#include <sys/sysent.h>
#include <sys/signalvar.h>
#include <sys/vnode.h>
More information about the svn-src-head
mailing list