summaryrefslogtreecommitdiff
path: root/usr.bin/ranlib
diff options
context:
space:
mode:
authorDavid Greenman <dg@FreeBSD.org>1995-11-09 11:06:44 +0000
committerDavid Greenman <dg@FreeBSD.org>1995-11-09 11:06:44 +0000
commitbd83fced508d3c0c717d9d519528adfaa6ebb745 (patch)
treeedb2675929036a4e8066251d38cde49ec205237a /usr.bin/ranlib
parentec991c1c74a90838a71602b603ad2355e7a67c91 (diff)
Notes
Diffstat (limited to 'usr.bin/ranlib')
-rw-r--r--usr.bin/ranlib/build.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ranlib/build.c b/usr.bin/ranlib/build.c
index ff745bed3c28..03839f258c7c 100644
--- a/usr.bin/ranlib/build.c
+++ b/usr.bin/ranlib/build.c
@@ -103,7 +103,7 @@ build()
/* Copy the saved objects into the archive. */
size = lseek(tfd, (off_t)0, SEEK_CUR);
(void)lseek(tfd, (off_t)0, SEEK_SET);
- SETCF(tfd, tname, afd, archive, RPAD|WPAD);
+ SETCF(tfd, tname, afd, archive, WPAD);
copy_ar(&cf, size);
(void)ftruncate(afd, lseek(afd, (off_t)0, SEEK_CUR));
(void)close(tfd);