From: Paul Eggert Date: Thu, 15 Aug 2024 06:07:14 +0000 (-0700) Subject: Fix duplicate write_error_details decl X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=541f3bc374d3f10a88c51efa1ab511bf8ea4cd98;p=thirdparty%2Ftar.git Fix duplicate write_error_details decl * src/common.h (write_error_details): Remove decl that belongs to paxutils. --- diff --git a/src/common.h b/src/common.h index 737bf154..5216d09d 100644 --- a/src/common.h +++ b/src/common.h @@ -758,7 +758,6 @@ void seek_diag_details (char const *name, off_t offset); void stat_diag (char const *name); void file_removed_diag (const char *name, bool top_level, void (*diagfn) (char const *name)); -void write_error_details (char const *name, size_t status, size_t size); _Noreturn void write_fatal (char const *name); pid_t xfork (void);