svn commit: r213003 - head/sbin/hastd

Pawel Jakub Dawidek pjd at FreeBSD.org
Wed Sep 22 18:38:02 UTC 2010


Author: pjd
Date: Wed Sep 22 18:38:02 2010
New Revision: 213003
URL: http://svn.freebsd.org/changeset/base/213003

Log:
  Sort includes.
  
  MFC after:	3 days

Modified:
  head/sbin/hastd/control.c

Modified: head/sbin/hastd/control.c
==============================================================================
--- head/sbin/hastd/control.c	Wed Sep 22 18:00:34 2010	(r213002)
+++ head/sbin/hastd/control.c	Wed Sep 22 18:38:02 2010	(r213003)
@@ -32,11 +32,11 @@ __FBSDID("$FreeBSD$");
 
 #include <sys/types.h>
 #include <sys/wait.h>
-#include <signal.h>
 
 #include <assert.h>
 #include <errno.h>
 #include <pthread.h>
+#include <signal.h>
 #include <stdio.h>
 #include <string.h>
 


More information about the svn-src-head mailing list