Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Feb 2020 06:34:45 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r357992 - stable/12/bin/pwait
Message-ID:  <202002160634.01G6YjvZ095006@repo.freebsd.org>

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



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