Source-Changes-HG archive

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

[src/netbsd-8]: src/sys/compat/common Additionaly pull up rev 1.15 for ticket...



details:   https://anonhg.NetBSD.org/src/rev/55cacac7b84d
branches:  netbsd-8
changeset: 851200:55cacac7b84d
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Dec 04 13:55:00 2017 +0000

description:
Additionaly pull up rev 1.15 for ticket #407, requested by ozaki-r:
#idef the label next_ifa: just like the only goto using it.

diffstat:

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

diffs (25 lines):

diff -r 73a9aa9d187a -r 55cacac7b84d sys/compat/common/uipc_syscalls_40.c
--- a/sys/compat/common/uipc_syscalls_40.c      Mon Dec 04 11:01:06 2017 +0000
+++ b/sys/compat/common/uipc_syscalls_40.c      Mon Dec 04 13:55:00 2017 +0000
@@ -1,9 +1,9 @@
-/*     $NetBSD: uipc_syscalls_40.c,v 1.13.6.1 2017/11/30 15:57:37 martin Exp $ */
+/*     $NetBSD: uipc_syscalls_40.c,v 1.13.6.2 2017/12/04 13:55:00 martin Exp $ */
 
 /* written by Pavel Cahyna, 2006. Public domain. */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uipc_syscalls_40.c,v 1.13.6.1 2017/11/30 15:57:37 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uipc_syscalls_40.c,v 1.13.6.2 2017/12/04 13:55:00 martin Exp $");
 
 /*
  * System call interface to the socket abstraction.
@@ -124,7 +124,9 @@
                        }
                        space -= sz;
 
+#ifdef COMPAT_OSOCK
                next_ifa:
+#endif
                        s = pserialize_read_enter();
                        ifa_release(ifa, &psref_ifa);
                }



Home | Main Index | Thread Index | Old Index