svn commit: r223904 - head/lib/libstand

Kevin Lo kevlo at FreeBSD.org
Sun Jul 10 07:14:33 UTC 2011


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	*/


More information about the svn-src-head mailing list