Module Name:    src
Committed By:   pgoyette
Date:           Sat Oct 10 04:59:46 UTC 2015

Modified Files:
        src/sys/compat/netbsd32: netbsd32_mod.c

Log Message:
And yet another dependency, this time on mq


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/compat/netbsd32/netbsd32_mod.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/compat/netbsd32/netbsd32_mod.c
diff -u src/sys/compat/netbsd32/netbsd32_mod.c:1.7 src/sys/compat/netbsd32/netbsd32_mod.c:1.8
--- src/sys/compat/netbsd32/netbsd32_mod.c:1.7	Sat Oct 10 04:53:48 2015
+++ src/sys/compat/netbsd32/netbsd32_mod.c	Sat Oct 10 04:59:46 2015
@@ -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

Reply via email to