Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/netbsd32 And yet another dependency, this time on mq
details: https://anonhg.NetBSD.org/src/rev/8cd04d77cc0e
branches: trunk
changeset: 340909:8cd04d77cc0e
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Sat Oct 10 04:59:46 2015 +0000
description:
And yet another dependency, this time on mq
diffstat:
sys/compat/netbsd32/netbsd32_mod.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (26 lines):
diff -r 35ead31a8b79 -r 8cd04d77cc0e sys/compat/netbsd32/netbsd32_mod.c
--- a/sys/compat/netbsd32/netbsd32_mod.c Sat Oct 10 04:53:48 2015 +0000
+++ b/sys/compat/netbsd32/netbsd32_mod.c Sat Oct 10 04:59:46 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: netbsd32_mod.c,v 1.7 2015/10/10 04:53:48 pgoyette Exp $ */
+/* $NetBSD: netbsd32_mod.c,v 1.8 2015/10/10 04:59:46 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.7 2015/10/10 04:53:48 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_mod.c,v 1.8 2015/10/10 04:59:46 pgoyette Exp $");
#ifdef _KERNEL_OPT
#include "opt_execfmt.h"
-# define DEPS1 "compat,compat_sysv,nfsserver"
+# define DEPS1 "compat,compat_sysv,nfsserver,mq"
#else
-# define DEPS1 "compat,compat_sysv,nfsserver,ksem"
+# define DEPS1 "compat,compat_sysv,nfsserver,mq,ksem"
#endif
#ifndef ELFSIZE
Home |
Main Index |
Thread Index |
Old Index