From: pjkirner Date: Wed, 19 Oct 2005 04:39:03 +0000 (+0000) Subject: * Fix case of PTLLND not being included because of incorrect #if value X-Git-Tag: v1_7_100~1^25~6^2~92 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=87c4601300e5c5071a11480cee8805f7c74ddd04;p=fs%2Flustre-release.git * Fix case of PTLLND not being included because of incorrect #if value --- diff --git a/lnet/lnet/api-ni.c b/lnet/lnet/api-ni.c index 4a7fbe9..50fd406 100644 --- 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