git: ccefbe98d86e - main - bsdinstall: remove compat hacks for FreeBSD 9 and earlier

Warner Losh imp at FreeBSD.org
Tue Apr 20 21:51:35 UTC 2021


The branch main has been updated by imp:

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

commit ccefbe98d86e437097a64e00cfde0578b84f1d3e
Author:     Warner Losh <imp at FreeBSD.org>
AuthorDate: 2021-04-20 21:41:39 +0000
Commit:     Warner Losh <imp at FreeBSD.org>
CommitDate: 2021-04-20 21:51:31 +0000

    bsdinstall: remove compat hacks for FreeBSD 9 and earlier
    
    Sponsored by:           Netflix
---
 usr.sbin/bsdinstall/distextract/distextract.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/usr.sbin/bsdinstall/distextract/distextract.c b/usr.sbin/bsdinstall/distextract/distextract.c
index 81d83f982e30..8ad6c7b2c64b 100644
--- a/usr.sbin/bsdinstall/distextract/distextract.c
+++ b/usr.sbin/bsdinstall/distextract/distextract.c
@@ -53,11 +53,6 @@ static void	sig_int(int sig);
 static int	count_files(const char *file);
 static int	extract_files(struct dpv_file_node *file, int out);
 
-#if __FreeBSD_version <= 1000008 /* r232154: bump for libarchive update */
-#define archive_read_support_filter_all(x) \
-	archive_read_support_compression_all(x)
-#endif
-
 #define _errx(...) (end_dialog(), errx(__VA_ARGS__))
 
 int


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