svn commit: r293515 - in stable/10/sys: amd64/linux32 i386/linux

Dmitry Chagin dchagin at FreeBSD.org
Sat Jan 9 15:46:07 UTC 2016


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


More information about the svn-src-all mailing list