diff options
Diffstat (limited to 'benchmarks/netperf/files/patch-netlib.h')
-rw-r--r-- | benchmarks/netperf/files/patch-netlib.h | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/benchmarks/netperf/files/patch-netlib.h b/benchmarks/netperf/files/patch-netlib.h index 53db171bd155..4cb3f360d9e8 100644 --- a/benchmarks/netperf/files/patch-netlib.h +++ b/benchmarks/netperf/files/patch-netlib.h @@ -1,22 +1,22 @@ ---- netlib.h 21 Jan 2003 00:26:13 -0000 1.1.1.3 -+++ netlib.h 21 Jan 2003 00:45:02 -0000 -@@ -305,6 +305,7 @@ - extern int dl_open(); - extern char format_cpu_method(); - extern unsigned int convert(); -+extern int delta_micro(); - - /* these are all for the confidence interval stuff */ - extern double confidence; -@@ -317,6 +318,11 @@ - #define HAVE_BCOPY - #define HAVE_BZERO +--- netlib.h.orig Tue Sep 21 22:33:40 2004 ++++ netlib.h Fri Nov 5 12:56:59 2004 +@@ -275,6 +275,11 @@ + (errno == WSAECONNRESET) )) #endif -+ + +#if defined(__FreeBSD__) || defined(__NetBSD__) +#define HAVE_BCOPY +#define HAVE_BZERO +#endif /* __FreeBSD__ || __NetBSD__ */ ++ + #ifdef HAVE_SENDFILE + + struct sendfile_ring_elt { +@@ -411,6 +416,7 @@ + extern int dl_open(char devfile[], int ppa); + extern char format_cpu_method(int method); + extern unsigned int convert(char *string); ++extern int delta_micro(); - #ifndef HAVE_BCOPY - #define bcopy(s,d,h) memcpy((d),(s),(h)) + /* these are all for the confidence interval stuff */ + extern double confidence; |