benchmarks/dkftpbench: fix build on GCC (taken from dports)

This commit is contained in:
John Marino 2016-12-18 03:55:03 +00:00
parent c274b176b4
commit 50f4fb664b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=428827

View File

@ -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 <list.h>
+#include <list>
+#include <cstring>
/* 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 */