From: Alan T. DeKok Date: Tue, 24 Jan 2012 08:57:06 +0000 (+0100) Subject: add_rpath is static X-Git-Tag: release_3_0_0_beta0~388 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5bcd31e23dc0293d2ef98044dfd9f556e8be8b86;p=thirdparty%2Ffreeradius-server.git add_rpath is static --- diff --git a/scripts/jlibtool.c b/scripts/jlibtool.c index 606d46db743..8db049d5628 100644 --- a/scripts/jlibtool.c +++ b/scripts/jlibtool.c @@ -287,7 +287,7 @@ typedef struct { } command_t; #ifdef RPATH -void add_rpath(count_chars *cc, const char *path); +static void add_rpath(count_chars *cc, const char *path); #endif static void usage(int code)