Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jun 2022 19:32:11 GMT
From:      Dmitry Chagin <dchagin@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 01a647ad0f4a - stable/13 - linux(4): Retire unused declaration.
Message-ID:  <202206171932.25HJWB8b008135@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by dchagin:

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

commit 01a647ad0f4a97d985279269243397da5bd82fbe
Author:     Dmitry Chagin <dchagin@FreeBSD.org>
AuthorDate: 2021-06-22 05:41:33 +0000
Commit:     Dmitry Chagin <dchagin@FreeBSD.org>
CommitDate: 2022-06-17 19:30:24 +0000

    linux(4): Retire unused declaration.
    
    MFC after:      2 weeks
    
    (cherry picked from commit 79617645c6d3dc7ac2d5af658a99cbf142646e69)
---
 sys/i386/linux/linux_machdep.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sys/i386/linux/linux_machdep.c b/sys/i386/linux/linux_machdep.c
index 4d2db1269dc9..b2628738728f 100644
--- a/sys/i386/linux/linux_machdep.c
+++ b/sys/i386/linux/linux_machdep.c
@@ -76,8 +76,6 @@ __FBSDID("$FreeBSD$");
 
 #include "opt_posix.h"
 
-extern struct sysentvec elf32_freebsd_sysvec;	/* defined in i386/i386/elf_machdep.c */
-
 struct l_descriptor {
 	l_uint		entry_number;
 	l_ulong		base_addr;



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