From 7b206e114e110473d38f13dfa511a8b5895e403c Mon Sep 17 00:00:00 2001 From: Eivind Eklund Date: Tue, 21 Apr 1998 02:44:12 +0000 Subject: [PATCH] Add a forgotten 'static'. --- usr.bin/brandelf/brandelf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/brandelf/brandelf.c b/usr.bin/brandelf/brandelf.c index a212aa8a32b9..77a6aa7490c8 100644 --- a/usr.bin/brandelf/brandelf.c +++ b/usr.bin/brandelf/brandelf.c @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: brandelf.c,v 1.8 1997/08/23 15:51:14 joerg Exp $ + * $Id: brandelf.c,v 1.9 1998/04/21 02:31:09 eivind Exp $ */ #include @@ -130,7 +130,7 @@ usage() exit(1); } -int +static int iselftype(const char *elftype) { /* XXX - any more types? */ const char *elftypes[] = { "FreeBSD", "Linux" };