From owner-cvs-sys Sun Mar 10 14:42:25 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA25749 for cvs-sys-outgoing; Sun, 10 Mar 1996 14:42:25 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA25728 Sun, 10 Mar 1996 14:42:18 -0800 (PST) Date: Sun, 10 Mar 1996 14:42:18 -0800 (PST) From: Peter Wemm Message-Id: <199603102242.OAA25728@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/linux linux_sysvec.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/03/10 14:42:17 Modified: sys/i386/linux linux_sysvec.c Log: Move the elf linux_interp structure from the lkm stub to here so that it can be referenced when the linux emulator is statically compiled into the kernel. Revision Changes Path 1.3 +18 -1 src/sys/i386/linux/linux_sysvec.c