svn commit: r320722 - stable/10/usr.bin/which
Ngie Cooper
ngie at FreeBSD.org
Thu Jul 6 05:59:28 UTC 2017
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>
More information about the svn-src-all
mailing list