svn commit: r248434 - in user/dchagin/lemul/sys: amd64/linux32 i386/linux

Dmitry Chagin dchagin at FreeBSD.org
Sun Mar 17 18:05:30 UTC 2013


Author: dchagin
Date: Sun Mar 17 18:05:29 2013
New Revision: 248434
URL: http://svnweb.freebsd.org/changeset/base/248434

Log:
  Eliminate a now unused global declaration of elf_linux_sysvec.

Modified:
  user/dchagin/lemul/sys/amd64/linux32/linux.h
  user/dchagin/lemul/sys/i386/linux/linux.h

Modified: user/dchagin/lemul/sys/amd64/linux32/linux.h
==============================================================================
--- user/dchagin/lemul/sys/amd64/linux32/linux.h	Sun Mar 17 17:28:06 2013	(r248433)
+++ user/dchagin/lemul/sys/amd64/linux32/linux.h	Sun Mar 17 18:05:29 2013	(r248434)
@@ -518,8 +518,6 @@ struct l_rt_sigframe {
 	l_handler_t 		sf_handler;
 } __packed;
 
-extern struct sysentvec elf_linux_sysvec;
-
 /*
  * open/fcntl flags
  */

Modified: user/dchagin/lemul/sys/i386/linux/linux.h
==============================================================================
--- user/dchagin/lemul/sys/i386/linux/linux.h	Sun Mar 17 17:28:06 2013	(r248433)
+++ user/dchagin/lemul/sys/i386/linux/linux.h	Sun Mar 17 18:05:29 2013	(r248434)
@@ -494,7 +494,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-user mailing list