Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jul 2017 05:59:22 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r320721 - stable/11/usr.bin/which
Message-ID:  <201707060559.v665xM1e027789@repo.freebsd.org>

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



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