svn commit: r320721 - stable/11/usr.bin/which

Ngie Cooper ngie at FreeBSD.org
Thu Jul 6 05:59:23 UTC 2017


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

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

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

Modified: stable/11/usr.bin/which/which.c
==============================================================================
--- stable/11/usr.bin/which/which.c	Thu Jul  6 05:53:38 2017	(r320720)
+++ stable/11/usr.bin/which/which.c	Thu Jul  6 05:59:22 2017	(r320721)
@@ -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-all mailing list