socsvn commit: r238346 - in soc2012/gmiller/locking-head: .
lib/libthr/thread
gmiller at FreeBSD.org
gmiller at FreeBSD.org
Tue Jun 26 18:54:56 UTC 2012
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 at 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"
More information about the svn-soc-all
mailing list