From f07101317f658c2b4fe889b29df979ee09fee753 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sun, 10 Mar 1996 22:43:37 +0000 Subject: linux_interp now moved into sys/i386/linux/linux_sysvec.c, but still connected at load and unload time from here. --- sys/modules/linux/linux.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'sys/modules/linux/linux.c') diff --git a/sys/modules/linux/linux.c b/sys/modules/linux/linux.c index dbd319f20ac7..a0f27ea5b912 100644 --- a/sys/modules/linux/linux.c +++ b/sys/modules/linux/linux.c @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: linux.c,v 1.4 1995/11/14 07:34:18 bde Exp $ + * $Id: linux.c,v 1.5 1996/03/10 08:42:32 sos Exp $ */ #include @@ -41,11 +41,7 @@ extern const struct execsw linux_execsw; MOD_EXEC(linux, -1, (struct execsw*)&linux_execsw); -static Elf32_Interp_info linux_interp = { - &elf_linux_sysvec, - "/lib/ld-linux.so.1", - "/compat/linux" - }; +extern Elf32_Interp_info linux_interp; static int linux_load(struct lkm_table *lkmtp, int cmd) -- cgit v1.3