svn commit: r330640 - stable/11/bin/cat
Eitan Adler
eadler at FreeBSD.org
Thu Mar 8 07:55:04 UTC 2018
Author: eadler
Date: Thu Mar 8 07:55:03 2018
New Revision: 330640
URL: https://svnweb.freebsd.org/changeset/base/330640
Log:
MFC r327672:
stddef.h is not used by cat.c, remove the include.
Modified:
stable/11/bin/cat/cat.c
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/bin/cat/cat.c
==============================================================================
--- stable/11/bin/cat/cat.c Thu Mar 8 07:52:32 2018 (r330639)
+++ stable/11/bin/cat/cat.c Thu Mar 8 07:55:03 2018 (r330640)
@@ -59,7 +59,6 @@ __FBSDID("$FreeBSD$");
#include <err.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-stable-11
mailing list