The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=866c807472619371adcb2a0409a9287748a52654
commit 866c807472619371adcb2a0409a9287748a52654 Author: Ed Maste <ema...@freebsd.org> AuthorDate: 2021-08-13 19:36:13 +0000 Commit: Ed Maste <ema...@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); _______________________________________________ dev-commits-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "dev-commits-src-all-unsubscr...@freebsd.org"