we need compat_sysv now.
This commit is contained in:
parent
25ed20a82e
commit
9198a032e7
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: netbsd32_mod.c,v 1.5 2014/07/22 08:18:33 maxv Exp $ */
|
||||
/* $NetBSD: netbsd32_mod.c,v 1.6 2015/06/13 22:17:04 christos Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2008 The NetBSD Foundation, Inc.
|
||||
@ -30,13 +30,13 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: netbsd32_mod.c,v 1.5 2014/07/22 08:18:33 maxv Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: netbsd32_mod.c,v 1.6 2015/06/13 22:17:04 christos Exp $");
|
||||
|
||||
#ifdef _KERNEL_OPT
|
||||
#include "opt_execfmt.h"
|
||||
# define DEPS1 "compat"
|
||||
# define DEPS1 "compat,compat_sysv"
|
||||
#else
|
||||
# define DEPS1 "compat,ksem"
|
||||
# define DEPS1 "compat,compat_sysv,ksem"
|
||||
#endif
|
||||
|
||||
#ifndef ELFSIZE
|
||||
|
Loading…
Reference in New Issue
Block a user