svn commit: r327672 - head/bin/cat

Xin LI delphij at FreeBSD.org
Sun Jan 7 07:09:01 UTC 2018


Author: delphij
Date: Sun Jan  7 07:08:59 2018
New Revision: 327672
URL: https://svnweb.freebsd.org/changeset/base/327672

Log:
  stddef.h is not used by cat.c, remove the include.

Modified:
  head/bin/cat/cat.c

Modified: head/bin/cat/cat.c
==============================================================================
--- head/bin/cat/cat.c	Sun Jan  7 05:38:53 2018	(r327671)
+++ head/bin/cat/cat.c	Sun Jan  7 07:08:59 2018	(r327672)
@@ -61,7 +61,6 @@ __FBSDID("$FreeBSD$");
 #include <errno.h>
 #include <fcntl.h>
 #include <locale.h>
-#include <stddef.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>


More information about the svn-src-all mailing list