svn commit: r245874 - head/sys/sys
Gleb Smirnoff
glebius at FreeBSD.org
Thu Jan 24 09:30:43 UTC 2013
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 */
More information about the svn-src-head
mailing list