From owner-svn-ports-head@freebsd.org Sun Dec 18 03:55:04 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 682EBC85A9B; Sun, 18 Dec 2016 03:55:04 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2E981153; Sun, 18 Dec 2016 03:55:04 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBI3t3xs050005; Sun, 18 Dec 2016 03:55:03 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBI3t3Fa050004; Sun, 18 Dec 2016 03:55:03 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201612180355.uBI3t3Fa050004@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Sun, 18 Dec 2016 03:55:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428827 - head/benchmarks/dkftpbench/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Dec 2016 03:55:04 -0000 Author: marino Date: Sun Dec 18 03:55:03 2016 New Revision: 428827 URL: https://svnweb.freebsd.org/changeset/ports/428827 Log: benchmarks/dkftpbench: fix build on GCC (taken from dports) Modified: head/benchmarks/dkftpbench/files/patch-Platoon.h Modified: head/benchmarks/dkftpbench/files/patch-Platoon.h ============================================================================== --- head/benchmarks/dkftpbench/files/patch-Platoon.h Sun Dec 18 03:35:36 2016 (r428826) +++ head/benchmarks/dkftpbench/files/patch-Platoon.h Sun Dec 18 03:55:03 2016 (r428827) @@ -1,11 +1,12 @@ --- Platoon.h.orig 2002-02-13 05:06:01 UTC +++ Platoon.h -@@ -1,13 +1,11 @@ +@@ -1,13 +1,12 @@ #ifndef Platoon_H #define Platoon_H #include "robouser.h" -#include +#include ++#include /* FIXME: 'reasonable' upper bound on number of users CPU can handle */ #define Platoon_MAXUSERS (1 << 16) @@ -15,7 +16,7 @@ /**---------------------------------------------------------------------- Platoon of robousers. ----------------------------------------------------------------------*/ -@@ -150,7 +148,7 @@ private: +@@ -150,7 +149,7 @@ private: robouser_t *m_users[Platoon_MAXUSERS]; /** List of dead robousers waiting to be reaped */