Author: ngie
Date: Thu Jul  6 05:59:27 2017
New Revision: 320722
URL: https://svnweb.freebsd.org/changeset/base/320722

Log:
  MFC r317161:
  
  which(1): sort #includes
  
  No functional change [intended].

Modified:
  stable/10/usr.bin/which/which.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/usr.bin/which/which.c
==============================================================================
--- stable/10/usr.bin/which/which.c     Thu Jul  6 05:59:22 2017        
(r320721)
+++ stable/10/usr.bin/which/which.c     Thu Jul  6 05:59:27 2017        
(r320722)
@@ -28,9 +28,8 @@
 
 __FBSDID("$FreeBSD$");
 
-#include <sys/stat.h>
 #include <sys/param.h>
-
+#include <sys/stat.h>
 #include <err.h>
 #include <stdio.h>
 #include <stdlib.h>
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "[email protected]"

Reply via email to