fix up duplicate share_path definition following miss-merge

It appears that commit 17c61426b3fd53846b6e7bad33ba02ce16e9fef2
resulted in a miss-merge.  The combined diff shows that the declaration
of share_path was duplicated.  Remove the extraneous definition.

Signed-off-by: Andy Whitcroft <[EMAIL PROTECTED]>
---
diff --git a/elflink.c b/elflink.c
index 98b6051..82e96a5 100644
--- a/elflink.c
+++ b/elflink.c
@@ -183,8 +183,6 @@ #endif /* __syscall_return */
 
 static char share_path[PATH_MAX+1];
 
-static char share_path[PATH_MAX+1];
-
 #define MAX_HTLB_SEGS  2
 
 struct seg_info {

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Libhugetlbfs-devel mailing list
Libhugetlbfs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libhugetlbfs-devel

Reply via email to