Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/common Remove SYS_compat_50_mq_timedreceive/SYS_c...



details:   https://anonhg.NetBSD.org/src/rev/ed528ff9739a
branches:  trunk
changeset: 750231:ed528ff9739a
user:      njoly <njoly%NetBSD.org@localhost>
date:      Mon Dec 21 15:13:13 2009 +0000

description:
Remove SYS_compat_50_mq_timedreceive/SYS_compat_50_mq_timedsend
duplicate entries.

Fix a KASSERT when unloading the compat kernel module.

diffstat:

 sys/compat/common/compat_mod.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r 6d88771eaf9b -r ed528ff9739a sys/compat/common/compat_mod.c
--- a/sys/compat/common/compat_mod.c    Mon Dec 21 12:44:48 2009 +0000
+++ b/sys/compat/common/compat_mod.c    Mon Dec 21 15:13:13 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: compat_mod.c,v 1.9 2009/11/22 19:09:16 mbalmer Exp $   */
+/*     $NetBSD: compat_mod.c,v 1.10 2009/12/21 15:13:13 njoly Exp $    */
 
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: compat_mod.c,v 1.9 2009/11/22 19:09:16 mbalmer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: compat_mod.c,v 1.10 2009/12/21 15:13:13 njoly Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_compat_netbsd.h"
@@ -231,8 +231,6 @@
 # endif
        { SYS_compat_50___fhstat40, 0, (sy_call_t *)compat_50_sys___fhstat40 },
        { SYS_compat_50_aio_suspend, 0, (sy_call_t *)compat_50_sys_aio_suspend },
-       { SYS_compat_50_mq_timedreceive, 0, (sy_call_t *)compat_50_sys_mq_timedreceive },
-       { SYS_compat_50_mq_timedsend, 0, (sy_call_t *)compat_50_sys_mq_timedsend },
 #endif
        { 0, 0, NULL },
 };



Home | Main Index | Thread Index | Old Index