From 1e89d6cd44af45dfa331278f3219f552a8e3778b Mon Sep 17 00:00:00 2001 From: pgoyette Date: Thu, 3 Dec 2015 23:51:24 +0000 Subject: [PATCH] Update dependencies - compat_linux32 requires compat_netbsd32_sysvipc --- sys/compat/linux32/common/linux32_mod.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/compat/linux32/common/linux32_mod.c b/sys/compat/linux32/common/linux32_mod.c index 5fd86da52a30..f8bbc9a6b72d 100644 --- a/sys/compat/linux32/common/linux32_mod.c +++ b/sys/compat/linux32/common/linux32_mod.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux32_mod.c,v 1.6 2014/07/22 08:18:33 maxv Exp $ */ +/* $NetBSD: linux32_mod.c,v 1.7 2015/12/03 23:51:24 pgoyette Exp $ */ /*- * Copyright (c) 2008 The NetBSD Foundation, Inc. @@ -30,7 +30,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: linux32_mod.c,v 1.6 2014/07/22 08:18:33 maxv Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux32_mod.c,v 1.7 2015/12/03 23:51:24 pgoyette Exp $"); #ifdef _KERNEL_OPT #include "opt_execfmt.h" @@ -51,7 +51,7 @@ __KERNEL_RCSID(0, "$NetBSD: linux32_mod.c,v 1.6 2014/07/22 08:18:33 maxv Exp $") #include #if defined(EXEC_ELF32) -# define MD1 ",exec_elf32,compat_netbsd32" +# define MD1 ",exec_elf32,compat_netbsd32,compat_netbsd32_sysvipc" #else # define MD1 "" #endif