You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
582 B
21 lines
582 B
Index: Net-SSH2-0.28/SSH2.xs |
|
--- Net-SSH2-0.28/SSH2.xs.orig 2009-10-24 09:25:00.000000000 +0200 |
|
+++ Net-SSH2-0.28/SSH2.xs 2010-05-09 13:59:51.000000000 +0200 |
|
@@ -25,7 +25,7 @@ |
|
#endif /* LIBSSH2_ERROR_NONE */ |
|
|
|
/* LIBSSH2_ERROR_* values; from 0 continuing negative */ |
|
-const char* libssh2_error[] = { |
|
+static const char* libssh2_error[] = { |
|
"NONE", |
|
"SOCKET_NONE", |
|
"BANNER_NONE", |
|
@@ -67,7 +67,7 @@ |
|
}; |
|
|
|
/* SSH_FX_* values; from 0 continuing positive */ |
|
-const char* sftp_error[] = { |
|
+static const char* sftp_error[] = { |
|
"OK", |
|
"EOF", |
|
"NO_SUCH_FILE",
|
|
|