svn commit: r368574 - head/bin/setfacl

Xin LI delphij at FreeBSD.org
Sat Dec 12 02:26:45 UTC 2020


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"
 


More information about the svn-src-head mailing list