Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Aug 2012 05:46:37 +0000 (UTC)
From:      Sergey Kandaurov <pluknet@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r239123 - head/sys/amd64/amd64
Message-ID:  <201208070546.q775kb4H026469@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208070546.q775kb4H026469>