svn commit: r317161 - head/usr.bin/which

Ngie Cooper ngie at FreeBSD.org
Wed Apr 19 19:55:39 UTC 2017


Author: ngie
Date: Wed Apr 19 19:55:38 2017
New Revision: 317161
URL: https://svnweb.freebsd.org/changeset/base/317161

Log:
  which(1): sort #includes
  
  No functional change [intended].
  
  MFC after:	7 weeks
  Sponsored by:	Dell EMC Isilon

Modified:
  head/usr.bin/which/which.c

Modified: head/usr.bin/which/which.c
==============================================================================
--- head/usr.bin/which/which.c	Wed Apr 19 19:52:40 2017	(r317160)
+++ head/usr.bin/which/which.c	Wed Apr 19 19:55:38 2017	(r317161)
@@ -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>


More information about the svn-src-head mailing list