git: 866c80747261 - main - ar: remove duplicate function declaration in header

Ed Maste emaste at FreeBSD.org
Fri Aug 13 20:59:04 UTC 2021


The branch main has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=866c807472619371adcb2a0409a9287748a52654

commit 866c807472619371adcb2a0409a9287748a52654
Author:     Ed Maste <emaste at FreeBSD.org>
AuthorDate: 2021-08-13 19:36:13 +0000
Commit:     Ed Maste <emaste at FreeBSD.org>
CommitDate: 2021-08-13 20:58:18 +0000

    ar: remove duplicate function declaration in header
    
    Sponsored by:   The FreeBSD Foundation
---
 usr.bin/ar/ar.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/usr.bin/ar/ar.h b/usr.bin/ar/ar.h
index c8705e20eb45..bcccf93a6016 100644
--- a/usr.bin/ar/ar.h
+++ b/usr.bin/ar/ar.h
@@ -114,7 +114,6 @@ struct bsdar {
 	TAILQ_HEAD(, ar_obj) v_obj;	/* object(member) list */
 };
 
-void	bsdar_errc(struct bsdar *, int _code, const char *fmt, ...) __dead2;
 void	ar_mode_script(struct bsdar *ar);
 int	ar_read_archive(struct bsdar *ar, int mode);
 int	ar_write_archive(struct bsdar *ar, int mode);


More information about the dev-commits-src-all mailing list