Update dependencies - compat_linux32 requires compat_netbsd32_sysvipc
This commit is contained in:
parent
e3058c5edd
commit
1e89d6cd44
|
@ -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 <sys/cdefs.h>
|
||||
__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 <compat/linux32/common/linux32_exec.h>
|
||||
|
||||
#if defined(EXEC_ELF32)
|
||||
# define MD1 ",exec_elf32,compat_netbsd32"
|
||||
# define MD1 ",exec_elf32,compat_netbsd32,compat_netbsd32_sysvipc"
|
||||
#else
|
||||
# define MD1 ""
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue