blob: d4d89e12e9e11132cd696d1c2dfd676335bdbaa2 [file] [log] [blame]
diff -Nur usr.bin.orig/ar/ar.c usr.bin/ar/ar.c
--- usr.bin.orig/ar/ar.c 2012-01-03 12:23:45.000000000 +0900
+++ usr.bin/ar/ar.c 2012-12-25 20:50:29.000000000 +0900
@@ -386,13 +386,13 @@
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);
}