svn commit: r357992 - stable/12/bin/pwait

Xin LI delphij at FreeBSD.org
Sun Feb 16 06:34:47 UTC 2020


Author: delphij
Date: Sun Feb 16 06:34:45 2020
New Revision: 357992
URL: https://svnweb.freebsd.org/changeset/base/357992

Log:
  MFC r357420: Remove unused include.

Modified:
  stable/12/bin/pwait/pwait.c
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/bin/pwait/pwait.c
==============================================================================
--- stable/12/bin/pwait/pwait.c	Sun Feb 16 03:33:34 2020	(r357991)
+++ stable/12/bin/pwait/pwait.c	Sun Feb 16 06:34:45 2020	(r357992)
@@ -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