Date: Mon, 17 Apr 2017 21:46:54 +0000 (UTC) From: Jung-uk Kim <jkim@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r317069 - head/sys/i386/i386 Message-ID: <201704172146.v3HLksSw026630@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jkim Date: Mon Apr 17 21:46:54 2017 New Revision: 317069 URL: https://svnweb.freebsd.org/changeset/base/317069 Log: Reduce diff with amd64 version. Modified: head/sys/i386/i386/bpf_jit_machdep.c Modified: head/sys/i386/i386/bpf_jit_machdep.c ============================================================================== --- head/sys/i386/i386/bpf_jit_machdep.c Mon Apr 17 20:14:32 2017 (r317068) +++ head/sys/i386/i386/bpf_jit_machdep.c Mon Apr 17 21:46:54 2017 (r317069) @@ -37,9 +37,9 @@ __FBSDID("$FreeBSD$"); #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> -#include <sys/mbuf.h> #include <sys/socket.h> #include <sys/malloc.h> +#include <sys/mbuf.h> #include <net/if.h> #else #include <stdlib.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704172146.v3HLksSw026630>