Author: ngie
Date: Tue Feb  7 01:28:55 2017
New Revision: 313360
URL: https://svnweb.freebsd.org/changeset/base/313360

Log:
  Sort sys/ #includes some more
  
  MFC after:    1 week
  X-MFC with:   r313358
  Sponsored by: Dell EMC Isilon

Modified:
  head/usr.sbin/syslogd/syslogd.c

Modified: head/usr.sbin/syslogd/syslogd.c
==============================================================================
--- head/usr.sbin/syslogd/syslogd.c     Tue Feb  7 01:21:18 2017        
(r313359)
+++ head/usr.sbin/syslogd/syslogd.c     Tue Feb  7 01:28:55 2017        
(r313360)
@@ -84,10 +84,10 @@ __FBSDID("$FreeBSD$");
 #include <sys/socket.h>
 #include <sys/stat.h>
 #include <sys/syslimits.h>
-#include <sys/uio.h>
-#include <sys/wait.h>
 #include <sys/time.h>
+#include <sys/uio.h>
 #include <sys/un.h>
+#include <sys/wait.h>
 
 #if defined(INET) || defined(INET6)
 #include <netinet/in.h>
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to