aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ar/ar.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/ar/ar.c')
-rw-r--r--usr.bin/ar/ar.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ar/ar.c b/usr.bin/ar/ar.c
index 4b1b7a0550f6..7c76290207ea 100644
--- a/usr.bin/ar/ar.c
+++ b/usr.bin/ar/ar.c
@@ -386,13 +386,13 @@ ranlib_usage(void)
static void
bsdar_version(void)
{
- (void)printf("BSD ar %s - %s\n", BSDAR_VERSION, archive_version());
+ (void)printf("BSD ar %s - %s\n", BSDAR_VERSION, archive_version_string());
exit(EX_OK);
}
static void
ranlib_version(void)
{
- (void)printf("ranlib %s - %s\n", BSDAR_VERSION, archive_version());
+ (void)printf("ranlib %s - %s\n", BSDAR_VERSION, archive_version_string());
exit(EX_OK);
}