Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jun 2012 18:54:54 +0000
From:      gmiller@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r238346 - in soc2012/gmiller/locking-head: . lib/libthr/thread
Message-ID:  <20120626185454.E66491065670@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gmiller
Date: Tue Jun 26 18:54:54 2012
New Revision: 238346
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=238346

Log:
   r238353@FreeBSD-dev:  root | 2012-06-19 19:41:14 -0500
   Alphabetize includes.

Modified:
  soc2012/gmiller/locking-head/   (props changed)
  soc2012/gmiller/locking-head/lib/libthr/thread/thr_profile.c

Modified: soc2012/gmiller/locking-head/lib/libthr/thread/thr_profile.c
==============================================================================
--- soc2012/gmiller/locking-head/lib/libthr/thread/thr_profile.c	Tue Jun 26 17:22:57 2012	(r238345)
+++ soc2012/gmiller/locking-head/lib/libthr/thread/thr_profile.c	Tue Jun 26 18:54:54 2012	(r238346)
@@ -27,11 +27,11 @@
 
 #ifdef LOCK_PROFILING
 
-#include <stdlib.h>
-#include <time.h>
 #include <inttypes.h>
-#include <string.h>
 #include <pthread_np.h>
+#include <stdlib.h>
+#include <string.h>
+#include <time.h>
 
 #include "thr_private.h"
 



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