summaryrefslogtreecommitdiff
path: root/sys/compat/linux32
diff options
context:
space:
mode:
authorpgoyette <pgoyette@NetBSD.org>2015-12-03 23:51:24 +0000
committerpgoyette <pgoyette@NetBSD.org>2015-12-03 23:51:24 +0000
commit04729cdd15542e02159b49cfb391ce5e0397cf6d (patch)
tree7a652e06f5333f4a09515843085ca40912ca846c /sys/compat/linux32
parenteb0b486a26f9bbe6b5f500a9b9d210955cc24ab0 (diff)
Update dependencies - compat_linux32 requires compat_netbsd32_sysvipc
Diffstat (limited to 'sys/compat/linux32')
-rw-r--r--sys/compat/linux32/common/linux32_mod.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/linux32/common/linux32_mod.c b/sys/compat/linux32/common/linux32_mod.c
index 5fd86da52a3..f8bbc9a6b72 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 <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