svn commit: r357420 - head/bin/pwait

Xin LI delphij at FreeBSD.org
Sun Feb 2 20:51:29 UTC 2020


Author: delphij
Date: Sun Feb  2 20:51:28 2020
New Revision: 357420
URL: https://svnweb.freebsd.org/changeset/base/357420

Log:
  Remove unused include.
  
  MFC after:	2 weeks

Modified:
  head/bin/pwait/pwait.c

Modified: head/bin/pwait/pwait.c
==============================================================================
--- head/bin/pwait/pwait.c	Sun Feb  2 19:45:12 2020	(r357419)
+++ head/bin/pwait/pwait.c	Sun Feb  2 20:51:28 2020	(r357420)
@@ -41,7 +41,6 @@ __FBSDID("$FreeBSD$");
 
 #include <err.h>
 #include <errno.h>
-#include <fcntl.h>
 #include <signal.h>
 #include <stdio.h>
 #include <stdlib.h>


More information about the svn-src-all mailing list