代码拉取完成,页面将自动刷新
From f13f0ffeb2f8901e3efa29072ac7935213ae72a6 Mon Sep 17 00:00:00 2001
Date: Wed, 15 Jul 2020 10:14:33 +0800
Subject: [PATCH] fix rpc.h error.Rpc code moved from glibc to libtirpc
---
src/Makefile | 3 +++
src/bench.h | 4 ++--
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/src/Makefile b/src/Makefile
index 5737228..07004f3 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -58,6 +58,9 @@ SAMPLES=lmbench/Results/aix/rs6000 lmbench/Results/hpux/snake \
lmbench/Results/irix/indigo2 lmbench/Results/linux/pentium \
lmbench/Results/osf1/alpha lmbench/Results/solaris/ss20*
+CFLAGS += -I/usr/include/tirpc
+LDFLAGS += -ltirpc
+CPPFLAGS += -I/usr/include/tirpc
COMPILE=$(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS)
INCS = bench.h lib_mem.h lib_tcp.h lib_udp.h stats.h timing.h
diff --git a/src/bench.h b/src/bench.h
index 8166408..69ed17b 100644
--- a/src/bench.h
+++ b/src/bench.h
@@ -35,9 +35,9 @@ typedef unsigned char bool_t;
#include <sys/un.h>
#include <sys/resource.h>
#define PORTMAP
-#include <rpc/rpc.h>
+#include <tirpc/rpc/rpc.h>
#endif
-#include <rpc/types.h>
+#include <tirpc/rpc/types.h>
#include <stdarg.h>
#ifndef HAVE_uint
--
2.23.0
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。