summaryrefslogtreecommitdiff
blob: d4d89e12e9e11132cd696d1c2dfd676335bdbaa2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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);
 }