Date: Wed, 19 Apr 2017 19:52:40 +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: r317160 - head/usr.bin/which Message-ID: <201704191952.v3JJqeft073606@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ngie Date: Wed Apr 19 19:52:40 2017 New Revision: 317160 URL: https://svnweb.freebsd.org/changeset/base/317160 Log: Clean up trailing whitespace No functional changes MFC after: 1 week 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:06:47 2017 (r317159) +++ head/usr.bin/which/which.c Wed Apr 19 19:52:40 2017 (r317160) @@ -39,7 +39,7 @@ __FBSDID("$FreeBSD$"); static void usage(void); static int print_matches(char *, char *); - + static int silent; static int allpaths; @@ -81,7 +81,7 @@ main(int argc, char **argv) while (argc > 0) { memcpy(path, p, pathlen); - + if (strlen(*argv) >= FILENAME_MAX || print_matches(path, *argv) == -1) status = EXIT_FAILURE;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704191952.v3JJqeft073606>