Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Jan 2016 15:46:05 +0000 (UTC)
From:      Dmitry Chagin <dchagin@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r293515 - in stable/10/sys: amd64/linux32 i386/linux
Message-ID:  <201601091546.u09Fk5VT024844@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dchagin
Date: Sat Jan  9 15:46:05 2016
New Revision: 293515
URL: https://svnweb.freebsd.org/changeset/base/293515

Log:
  MFC r283408:
  
  Eliminate a now unused global declaration of elf_linux_sysvec.

Modified:
  stable/10/sys/amd64/linux32/linux.h
  stable/10/sys/i386/linux/linux.h
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/amd64/linux32/linux.h
==============================================================================
--- stable/10/sys/amd64/linux32/linux.h	Sat Jan  9 15:44:38 2016	(r293514)
+++ stable/10/sys/amd64/linux32/linux.h	Sat Jan  9 15:46:05 2016	(r293515)
@@ -523,8 +523,6 @@ struct l_rt_sigframe {
 	l_handler_t 		sf_handler;
 } __packed;
 
-extern struct sysentvec elf_linux_sysvec;
-
 /*
  * open/fcntl flags
  */

Modified: stable/10/sys/i386/linux/linux.h
==============================================================================
--- stable/10/sys/i386/linux/linux.h	Sat Jan  9 15:44:38 2016	(r293514)
+++ stable/10/sys/i386/linux/linux.h	Sat Jan  9 15:46:05 2016	(r293515)
@@ -499,7 +499,6 @@ struct l_rt_sigframe {
 };
 
 extern struct sysentvec linux_sysvec;
-extern struct sysentvec elf_linux_sysvec;
 
 /*
  * open/fcntl flags



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