aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/linux/linux.c
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1996-03-10 22:43:37 +0000
committerPeter Wemm <peter@FreeBSD.org>1996-03-10 22:43:37 +0000
commitf07101317f658c2b4fe889b29df979ee09fee753 (patch)
tree97eb51274a07b4f2f640197541967bf3ea32f627 /sys/modules/linux/linux.c
parent5cf588eb8b22a737c433d032e1683cacf83190fa (diff)
Notes
Diffstat (limited to 'sys/modules/linux/linux.c')
-rw-r--r--sys/modules/linux/linux.c8
1 files changed, 2 insertions, 6 deletions
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 <sys/param.h>
@@ -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)