Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-3]: src/sys/kern Pull up following revision(s) (requested by mart...
details: https://anonhg.NetBSD.org/src/rev/c38609fcd354
branches: netbsd-3
changeset: 577134:c38609fcd354
user: tron <tron%NetBSD.org@localhost>
date: Fri Sep 09 14:17:02 2005 +0000
description:
Pull up following revision(s) (requested by martin in ticket #746):
sys/kern/uipc_syscalls.c: revision 1.93
minor knf tweak
diffstat:
sys/kern/uipc_syscalls.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r 22cf114c6826 -r c38609fcd354 sys/kern/uipc_syscalls.c
--- a/sys/kern/uipc_syscalls.c Fri Sep 09 14:16:17 2005 +0000
+++ b/sys/kern/uipc_syscalls.c Fri Sep 09 14:17:02 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: uipc_syscalls.c,v 1.90.2.2 2005/09/09 14:16:17 tron Exp $ */
+/* $NetBSD: uipc_syscalls.c,v 1.90.2.3 2005/09/09 14:17:02 tron Exp $ */
/*
* Copyright (c) 1982, 1986, 1989, 1990, 1993
@@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uipc_syscalls.c,v 1.90.2.2 2005/09/09 14:16:17 tron Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uipc_syscalls.c,v 1.90.2.3 2005/09/09 14:17:02 tron Exp $");
#include "opt_ktrace.h"
#include "opt_pipe.h"
@@ -650,8 +650,8 @@
* SCM_RIGHTS message; len is the length it is being truncated to. p
* is the affected process.
*/
-static
-void adjust_rights(struct mbuf *m, int len, struct proc *p)
+static void
+adjust_rights(struct mbuf *m, int len, struct proc *p)
{
int nfd;
int i;
Home |
Main Index |
Thread Index |
Old Index