Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Apr 2017 19:55:38 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r317161 - head/usr.bin/which
Message-ID:  <201704191955.v3JJtc04073778@repo.freebsd.org>

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



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