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