aboutsummaryrefslogtreecommitdiff
path: root/ar/write.c
diff options
context:
space:
mode:
Diffstat (limited to 'ar/write.c')
-rw-r--r--ar/write.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ar/write.c b/ar/write.c
index 490b22fab07b..0b962d22cd82 100644
--- a/ar/write.c
+++ b/ar/write.c
@@ -24,7 +24,6 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include <sys/cdefs.h>
#include <sys/queue.h>
#include <sys/stat.h>
@@ -41,7 +40,7 @@
#include "ar.h"
-ELFTC_VCSID("$Id: write.c 3102 2014-10-29 21:09:01Z jkoshy $");
+ELFTC_VCSID("$Id: write.c 3174 2015-03-27 17:13:41Z emaste $");
#define _ARMAG_LEN 8 /* length of the magic string */
#define _ARHDR_LEN 60 /* length of the archive header */