Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jun 2021 17:05:24 GMT
From:      Dmitry Chagin <dchagin@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 79617645c6d3 - main - linux(4): Retire unused declaration.
Message-ID:  <202106211705.15LH5Ov1073169@gitrepo.freebsd.org>

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

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

commit 79617645c6d3dc7ac2d5af658a99cbf142646e69
Author:     Dmitry Chagin <dchagin@FreeBSD.org>
AuthorDate: 2021-06-22 05:41:33 +0000
Commit:     Dmitry Chagin <dchagin@FreeBSD.org>
CommitDate: 2021-06-22 05:41:33 +0000

    linux(4): Retire unused declaration.
    
    MFC after:      2 weeks
---
 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 d2d713d4776d..45474991475b 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?202106211705.15LH5Ov1073169>