Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Sep 2010 18:38:02 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r213003 - head/sbin/hastd
Message-ID:  <201009221838.o8MIc2Dh038992@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>
 



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