Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Mar 2018 07:55:03 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r330640 - stable/11/bin/cat
Message-ID:  <201803080755.w287t3g5075083@repo.freebsd.org>

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



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