From c7a9185adad2800f0f8cd4f83c33a27bb82b41ca Mon Sep 17 00:00:00 2001 From: dchagin Date: Sun, 24 May 2015 15:29:20 +0000 Subject: [PATCH] Eliminate a now unused global declaration of elf_linux_sysvec. Differential Revision: https://reviews.freebsd.org/D1061 Reviewed by: trasz --- sys/amd64/linux32/linux.h | 2 -- sys/i386/linux/linux.h | 1 - 2 files changed, 3 deletions(-) diff --git a/sys/amd64/linux32/linux.h b/sys/amd64/linux32/linux.h index eb0b0c999b10..28fcdd57e2af 100644 --- a/sys/amd64/linux32/linux.h +++ b/sys/amd64/linux32/linux.h @@ -523,8 +523,6 @@ struct l_rt_sigframe { l_handler_t sf_handler; } __packed; -extern struct sysentvec elf_linux_sysvec; - /* * open/fcntl flags */ diff --git a/sys/i386/linux/linux.h b/sys/i386/linux/linux.h index 251c64e91de7..8b168c447051 100644 --- a/sys/i386/linux/linux.h +++ b/sys/i386/linux/linux.h @@ -499,7 +499,6 @@ struct l_rt_sigframe { }; extern struct sysentvec linux_sysvec; -extern struct sysentvec elf_linux_sysvec; /* * open/fcntl flags