From ae7a6ed4b6fd96a22db3641510e80686115f27b2 Mon Sep 17 00:00:00 2001 From: shorthair Date: Sun, 2 Mar 2003 04:36:47 +0000 Subject: [PATCH] one small modification for linking libtest --- lustre/liblustre/libtest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/liblustre/libtest.c b/lustre/liblustre/libtest.c index fce75c0..2941398 100644 --- a/lustre/liblustre/libtest.c +++ b/lustre/liblustre/libtest.c @@ -47,7 +47,7 @@ void init_current(int argc, char **argv) } -extern ptl_nid_t tcpnal_mynid; +ptl_nid_t tcpnal_mynid; int init_lib_portals(struct pingcli_args *args) { -- 1.8.3.1