From 1553bf8ef6274500350e962d6696407c0e4a7e18 Mon Sep 17 00:00:00 2001
From: isaac <isaac>
Date: Fri, 22 Jun 2007 07:57:11 +0000
Subject: [PATCH] -   fixed a compiler warning.

---
 lnet/utils/lst.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lnet/utils/lst.c b/lnet/utils/lst.c
index 07d4b07509..dee1359a6e 100644
--- a/lnet/utils/lst.c
+++ b/lnet/utils/lst.c
@@ -2911,7 +2911,7 @@ out:
         return rc;
 }
 
-command_t lst_cmdlist[] = {
+static command_t lst_cmdlist[] = {
 	{"new_session",		jt_lst_new_session,	NULL,
          "Usage: lst new_session [--timeout TIME] [--force] [NAME]"	                },
 	{"end_session",		jt_lst_end_session,	NULL,
-- 
GitLab