Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern Add missing ktrkuser
details: https://anonhg.NetBSD.org/src/rev/686ebe487f75
branches: trunk
changeset: 349283:686ebe487f75
user: christos <christos%NetBSD.org@localhost>
date: Sat Dec 03 22:28:16 2016 +0000
description:
Add missing ktrkuser
diffstat:
sys/kern/uipc_syscalls.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 08ec6aa152c3 -r 686ebe487f75 sys/kern/uipc_syscalls.c
--- a/sys/kern/uipc_syscalls.c Sat Dec 03 19:15:27 2016 +0000
+++ b/sys/kern/uipc_syscalls.c Sat Dec 03 22:28:16 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: uipc_syscalls.c,v 1.183 2016/09/13 07:01:08 martin Exp $ */
+/* $NetBSD: uipc_syscalls.c,v 1.184 2016/12/03 22:28:16 christos Exp $ */
/*-
* Copyright (c) 2008, 2009 The NetBSD Foundation, Inc.
@@ -61,7 +61,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uipc_syscalls.c,v 1.183 2016/09/13 07:01:08 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uipc_syscalls.c,v 1.184 2016/12/03 22:28:16 christos Exp $");
#ifdef _KERNEL_OPT
#include "opt_pipe.h"
@@ -1511,6 +1511,7 @@
if (error)
return error;
+ ktrkuser(mbuftypes[MT_SONAME], sb, buflen);
#if BYTE_ORDER != BIG_ENDIAN
/*
* 4.3BSD compat thing - need to stay, since bind(2),
Home |
Main Index |
Thread Index |
Old Index