Date: Tue, 16 Jul 2013 10:02:14 -0400 From: John Baldwin <jhb@freebsd.org> To: "Andrey V. Elsukov" <ae@freebsd.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r253367 - in head/sys: i386/i386 mips/mips powerpc/powerpc sparc64/sparc64 Message-ID: <201307161002.15094.jhb@freebsd.org> In-Reply-To: <201307151540.r6FFewZc049719@svn.freebsd.org> References: <201307151540.r6FFewZc049719@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Monday, July 15, 2013 11:40:58 am Andrey V. Elsukov wrote: > Author: ae > Date: Mon Jul 15 15:40:57 2013 > New Revision: 253367 > URL: http://svnweb.freebsd.org/changeset/base/253367 > > Log: > Include sys/systm.h after sys/param.h. > > Suggested by: pluknet Does this fix something? The normal style rule IIUC is to put <sys/types.h> or <sys/param.h> first, and then to sort alphabetically. -- John Baldwin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307161002.15094.jhb>