Source-Changes-HG archive

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

[src/pgoyette-compat]: src/sys/compat/netbsd32 Revert previous - it was wrong.



details:   https://anonhg.NetBSD.org/src/rev/72efccb27beb
branches:  pgoyette-compat
changeset: 830652:72efccb27beb
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Tue Sep 11 05:57:15 2018 +0000

description:
Revert previous - it was wrong.

diffstat:

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

diffs (36 lines):

diff -r a62ca990d905 -r 72efccb27beb sys/compat/netbsd32/netbsd32_mqueue.c
--- a/sys/compat/netbsd32/netbsd32_mqueue.c     Tue Sep 11 05:48:07 2018 +0000
+++ b/sys/compat/netbsd32/netbsd32_mqueue.c     Tue Sep 11 05:57:15 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: netbsd32_mqueue.c,v 1.6.18.1 2018/09/11 05:48:07 pgoyette Exp $        */
+/*     $NetBSD: netbsd32_mqueue.c,v 1.6.18.2 2018/09/11 05:57:15 pgoyette Exp $        */
 
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -29,7 +29,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_mqueue.c,v 1.6.18.1 2018/09/11 05:48:07 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_mqueue.c,v 1.6.18.2 2018/09/11 05:57:15 pgoyette Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_compat_netbsd.h"
@@ -328,7 +328,7 @@
 
 int
 compat_50_netbsd32_mq_timedsend(struct lwp *l,
-    const struct netbsd32_mq_timedsend_args *uap,
+    const struct compat_50_netbsd32_mq_timedsend_args *uap,
     register_t *retval)
 {
        /* {
@@ -360,7 +360,7 @@
 
 int
 compat_50_netbsd32_mq_timedreceive(struct lwp *l,
-    const struct netbsd32_mq_timedreceive_args *uap,
+    const struct compat_50_netbsd32_mq_timedreceive_args *uap,
     register_t *retval)
 {
        /* {



Home | Main Index | Thread Index | Old Index