svn commit: r334834 - user/pho/stress2/misc
Peter Holm
pho at FreeBSD.org
Fri Jun 8 07:29:25 UTC 2018
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>
More information about the svn-src-user
mailing list