Ooops, spell the module name in full. "mqueue" vs "mq"
This commit is contained in:
parent
1a36963559
commit
c0b82ae584
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: netbsd32_mod.c,v 1.8 2015/10/10 04:59:46 pgoyette Exp $ */
|
||||
/* $NetBSD: netbsd32_mod.c,v 1.9 2015/10/10 05:50:34 pgoyette 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.8 2015/10/10 04:59:46 pgoyette Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: netbsd32_mod.c,v 1.9 2015/10/10 05:50:34 pgoyette Exp $");
|
||||
|
||||
#ifdef _KERNEL_OPT
|
||||
#include "opt_execfmt.h"
|
||||
# define DEPS1 "compat,compat_sysv,nfsserver,mq"
|
||||
# define DEPS1 "compat,compat_sysv,nfsserver,mqueue"
|
||||
#else
|
||||
# define DEPS1 "compat,compat_sysv,nfsserver,mq,ksem"
|
||||
# define DEPS1 "compat,compat_sysv,nfsserver,mqueue,ksem"
|
||||
#endif
|
||||
|
||||
#ifndef ELFSIZE
|
||||
|
|
Loading…
Reference in New Issue