Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jul 2011 07:14:33 +0000 (UTC)
From:      Kevin Lo <kevlo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r223904 - head/lib/libstand
Message-ID:  <201107100714.p6A7EXHZ034797@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kevlo
Date: Sun Jul 10 07:14:32 2011
New Revision: 223904
URL: http://svn.freebsd.org/changeset/base/223904

Log:
  style(9) cleanup

Modified:
  head/lib/libstand/zalloc_defs.h

Modified: head/lib/libstand/zalloc_defs.h
==============================================================================
--- head/lib/libstand/zalloc_defs.h	Sun Jul 10 06:57:00 2011	(r223903)
+++ head/lib/libstand/zalloc_defs.h	Sun Jul 10 07:14:32 2011	(r223904)
@@ -38,8 +38,8 @@
 #define DMALLOCDEBUG		/* add debugging code to gather stats */
 #define ZALLOCDEBUG
 
-#include <string.h>
 #include <sys/stdint.h>
+#include <string.h>
 #include "stand.h"
 
 typedef uintptr_t iaddr_t;	/* unsigned int same size as pointer	*/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107100714.p6A7EXHZ034797>