Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Jun 2018 07:29:24 +0000 (UTC)
From:      Peter Holm <pho@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r334834 - user/pho/stress2/misc
Message-ID:  <201806080729.w587TO8v083679@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pho
Date: Fri Jun  8 07:29:24 2018
New Revision: 334834
URL: https://svnweb.freebsd.org/changeset/base/334834

Log:
  Added missing include of sys/wait.h.
  
  Sponsored by:	Dell EMC Isilon

Modified:
  user/pho/stress2/misc/sendfile11.sh

Modified: user/pho/stress2/misc/sendfile11.sh
==============================================================================
--- user/pho/stress2/misc/sendfile11.sh	Fri Jun  8 07:19:49 2018	(r334833)
+++ user/pho/stress2/misc/sendfile11.sh	Fri Jun  8 07:29:24 2018	(r334834)
@@ -78,6 +78,7 @@ EOF
 #include <sys/param.h>
 #include <sys/socket.h>
 #include <sys/stat.h>
+#include <sys/wait.h>
 
 #include <err.h>
 #include <fcntl.h>



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