Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7b0270
)
* Fix case of PTLLND not being included because of incorrect #if value
author
pjkirner
<pjkirner>
Wed, 19 Oct 2005 04:39:03 +0000
(
04:39
+0000)
committer
pjkirner
<pjkirner>
Wed, 19 Oct 2005 04:39:03 +0000
(
04:39
+0000)
lnet/lnet/api-ni.c
patch
|
blob
|
history
diff --git
a/lnet/lnet/api-ni.c
b/lnet/lnet/api-ni.c
index
4a7fbe9
..
50fd406
100644
(file)
--- a/
lnet/lnet/api-ni.c
+++ b/
lnet/lnet/api-ni.c
@@
-1120,7
+1120,7
@@
LNetInit(void)
#else
/* Register LNDs
* NB the order here determines default 'networks=' order */
-# if
HAVE_
CRAY_XT3
+# if CRAY_XT3
LNET_REGISTER_ULND(the_ptllnd);
# endif
# if HAVE_LIBPTHREAD