Skip to content
Snippets Groups Projects
Commit 102f9392 authored by Yang Sheng's avatar Yang Sheng
Browse files

Branch b1_4

b=14265
i=deen
i=scjody

Fix build failes for RHEL3.
parent 66488ceb
No related branches found
No related tags found
No related merge requests found
......@@ -49,8 +49,10 @@ AC_MSG_RESULT([$enable_modules])
if test x$enable_modules = xyes ; then
LB_PROG_LINUX
if test x$linux25 = xyes ; then
LB_LINUX_MODPOST
fi
fi
LB_CONFIG_HEADERS
......
......@@ -367,6 +367,10 @@ extern ksock_proto_t ksocknal_protocol_v2x;
#define KSOCK_PROTO_V1_MINOR LNET_PROTO_TCP_VERSION_MINOR
#define KSOCK_PROTO_V1 KSOCK_PROTO_V1_MAJOR
#ifndef CPU_MASK_NONE
#define CPU_MASK_NONE 0UL
#endif
static inline int
ksocknal_route_mask(void)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment