From: Michael Brown Date: Mon, 9 Jul 2007 00:04:54 +0000 (+0100) Subject: Add missing static X-Git-Tag: v0.9.3~237 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fd4fcb57dbba67f3f192ef84fd6f5872f7ab2cd1;p=thirdparty%2Fipxe.git Add missing static --- diff --git a/src/net/tcp/iscsi.c b/src/net/tcp/iscsi.c index 8d7ed5a88..4ce375130 100644 --- a/src/net/tcp/iscsi.c +++ b/src/net/tcp/iscsi.c @@ -713,7 +713,7 @@ struct iscsi_string_type { }; /** iSCSI text strings that we want to handle */ -struct iscsi_string_type iscsi_string_types[] = { +static struct iscsi_string_type iscsi_string_types[] = { { "TargetAddress=", iscsi_handle_targetaddress_value }, { "AuthMethod=", iscsi_handle_authmethod_value }, { "CHAP_A=", iscsi_handle_chap_a_value },