Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/netbsd32 Ooops, spell the module name in full. "m...



details:   https://anonhg.NetBSD.org/src/rev/3c27982a01fc
branches:  trunk
changeset: 340910:3c27982a01fc
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sat Oct 10 05:50:34 2015 +0000

description:
Ooops, spell the module name in full. "mqueue" vs "mq"

diffstat:

 sys/compat/netbsd32/netbsd32_mod.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (26 lines):

diff -r 8cd04d77cc0e -r 3c27982a01fc sys/compat/netbsd32/netbsd32_mod.c
--- a/sys/compat/netbsd32/netbsd32_mod.c        Sat Oct 10 04:59:46 2015 +0000
+++ b/sys/compat/netbsd32/netbsd32_mod.c        Sat Oct 10 05:50:34 2015 +0000
@@ -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



Home | Main Index | Thread Index | Old Index