Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Dec 2020 02:26:44 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r368574 - head/bin/setfacl
Message-ID:  <202012120226.0BC2Qinm065376@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: delphij
Date: Sat Dec 12 02:26:43 2020
New Revision: 368574
URL: https://svnweb.freebsd.org/changeset/base/368574

Log:
  Remove unused headers.
  
  MFC after:	2 weeks

Modified:
  head/bin/setfacl/mask.c
  head/bin/setfacl/merge.c
  head/bin/setfacl/remove.c
  head/bin/setfacl/util.c

Modified: head/bin/setfacl/mask.c
==============================================================================
--- head/bin/setfacl/mask.c	Sat Dec 12 02:24:33 2020	(r368573)
+++ head/bin/setfacl/mask.c	Sat Dec 12 02:26:43 2020	(r368574)
@@ -32,9 +32,6 @@ __FBSDID("$FreeBSD$");
 #include <sys/stat.h>
 
 #include <err.h>
-#include <errno.h>
-#include <stdio.h>
-#include <stdlib.h>
 
 #include "setfacl.h"
 

Modified: head/bin/setfacl/merge.c
==============================================================================
--- head/bin/setfacl/merge.c	Sat Dec 12 02:24:33 2020	(r368573)
+++ head/bin/setfacl/merge.c	Sat Dec 12 02:26:43 2020	(r368574)
@@ -32,7 +32,6 @@ __FBSDID("$FreeBSD$");
 #include <sys/stat.h>
 
 #include <err.h>
-#include <stdio.h>
 
 #include "setfacl.h"
 

Modified: head/bin/setfacl/remove.c
==============================================================================
--- head/bin/setfacl/remove.c	Sat Dec 12 02:24:33 2020	(r368573)
+++ head/bin/setfacl/remove.c	Sat Dec 12 02:26:43 2020	(r368574)
@@ -32,8 +32,6 @@ __FBSDID("$FreeBSD$");
 #include <sys/stat.h>
 
 #include <err.h>
-#include <stdio.h>
-#include <string.h>
 
 #include "setfacl.h"
 

Modified: head/bin/setfacl/util.c
==============================================================================
--- head/bin/setfacl/util.c	Sat Dec 12 02:24:33 2020	(r368573)
+++ head/bin/setfacl/util.c	Sat Dec 12 02:26:43 2020	(r368574)
@@ -29,7 +29,6 @@ __FBSDID("$FreeBSD$");
 
 #include <err.h>
 #include <stdlib.h>
-#include <string.h>
 
 #include "setfacl.h"
 



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