Date: Thu, 24 Jan 2013 09:30:43 +0000 (UTC) From: Gleb Smirnoff <glebius@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r245874 - head/sys/sys Message-ID: <201301240930.r0O9UhN2076950@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: glebius Date: Thu Jan 24 09:30:42 2013 New Revision: 245874 URL: http://svnweb.freebsd.org/changeset/base/245874 Log: style(9) Reviewed by: bde Modified: head/sys/sys/param.h Modified: head/sys/sys/param.h ============================================================================== --- head/sys/sys/param.h Thu Jan 24 09:29:41 2013 (r245873) +++ head/sys/sys/param.h Thu Jan 24 09:30:42 2013 (r245874) @@ -156,8 +156,8 @@ * MCLBYTES must be no larger than PAGE_SIZE. */ #ifndef MSIZE -#define MSIZE 256 /* size of an mbuf */ -#endif /* MSIZE */ +#define MSIZE 256 /* size of an mbuf */ +#endif #ifndef MCLSHIFT #define MCLSHIFT 11 /* convert bytes to mbuf clusters */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301240930.r0O9UhN2076950>