summaryrefslogtreecommitdiffstats
path: root/usr.bin/brandelf/brandelf.c
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1998-04-21 02:44:12 +0000
committereivind <eivind@FreeBSD.org>1998-04-21 02:44:12 +0000
commit2a80c88a1e213c531873d7ebe37db3a38d8777d4 (patch)
treebbe60dfd2aec68fe990ad94370eb7a61691adc60 /usr.bin/brandelf/brandelf.c
parentb0d3f4311f06173b4d38ba0a98ca45dc8dd43ab4 (diff)
downloadFreeBSD-src-2a80c88a1e213c531873d7ebe37db3a38d8777d4.zip
FreeBSD-src-2a80c88a1e213c531873d7ebe37db3a38d8777d4.tar.gz
Add a forgotten 'static'.
Diffstat (limited to 'usr.bin/brandelf/brandelf.c')
-rw-r--r--usr.bin/brandelf/brandelf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/brandelf/brandelf.c b/usr.bin/brandelf/brandelf.c
index a212aa8..77a6aa7 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 <elf.h>
@@ -130,7 +130,7 @@ usage()
exit(1);
}
-int
+static int
iselftype(const char *elftype) {
/* XXX - any more types? */
const char *elftypes[] = { "FreeBSD", "Linux" };
OpenPOWER on IntegriCloud