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>
 
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to