BSD 4_3_Tahoe release
[unix-history] / usr / src / bin / ar.c
index e794f20..862550c 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)ar.c       5.2 (Berkeley) 4/23/85";
+static char sccsid[] = "@(#)ar.c       5.3 (Berkeley) 10/22/87";
 #endif not lint
 
 #ifndef lint
 #endif not lint
 
 #ifndef lint
@@ -515,7 +515,7 @@ movefil(f)
 {
        char buf[sizeof(arbuf)+1];
 
 {
        char buf[sizeof(arbuf)+1];
 
-       sprintf(buf, "%-16s%-12ld%-6u%-6u%-8o%-10ld%-2s",
+       (void)sprintf(buf, "%-16s%-12ld%-6u%-6u%-8o%-10ld%-2s",
           trim(file),
           stbuf.st_mtime,
           (u_short)stbuf.st_uid,
           trim(file),
           stbuf.st_mtime,
           (u_short)stbuf.st_uid,