From 89647c7ca6f19d5682117c3285ebb8c8ba833a59 Mon Sep 17 00:00:00 2001 From: manu Date: Tue, 3 May 2005 16:26:27 +0000 Subject: First work on COMPAT_LINUX/amd64 Process startup and dynamiclinking work, but processes hang due to Linux arch_prctl(2) not being really supported yet. --- sys/compat/linux/common/linux_socket.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/compat/linux/common/linux_socket.h') diff --git a/sys/compat/linux/common/linux_socket.h b/sys/compat/linux/common/linux_socket.h index a9e330e26ac..9f4c4aed261 100644 --- a/sys/compat/linux/common/linux_socket.h +++ b/sys/compat/linux/common/linux_socket.h @@ -1,4 +1,4 @@ -/* $NetBSD: linux_socket.h,v 1.11 2003/07/27 19:30:03 jdolecek Exp $ */ +/* $NetBSD: linux_socket.h,v 1.12 2005/05/03 16:26:30 manu Exp $ */ /*- * Copyright (c) 1995, 1998 The NetBSD Foundation, Inc. @@ -185,6 +185,8 @@ #include #elif defined(__arm__) #include +#elif defined(__amd64__) +#include #else #error Undefined linux_socket.h machine type. #endif -- cgit