Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Aug 2021 20:59:04 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 866c80747261 - main - ar: remove duplicate function declaration in header
Message-ID:  <202108132059.17DKx4dF047399@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by emaste:

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

commit 866c807472619371adcb2a0409a9287748a52654
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2021-08-13 19:36:13 +0000
Commit:     Ed Maste <emaste@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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108132059.17DKx4dF047399>