Source-Changes-HG archive

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

[src/trunk]: src/sys/kern minor knf tweak



details:   https://anonhg.NetBSD.org/src/rev/29de90596e6b
branches:  trunk
changeset: 583991:29de90596e6b
user:      martin <martin%NetBSD.org@localhost>
date:      Sat Sep 03 19:44:20 2005 +0000

description:
minor knf tweak

diffstat:

 sys/kern/uipc_syscalls.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r 9da48cc78fd0 -r 29de90596e6b sys/kern/uipc_syscalls.c
--- a/sys/kern/uipc_syscalls.c  Sat Sep 03 18:01:07 2005 +0000
+++ b/sys/kern/uipc_syscalls.c  Sat Sep 03 19:44:20 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uipc_syscalls.c,v 1.92 2005/05/30 11:21:11 martin Exp $        */
+/*     $NetBSD: uipc_syscalls.c,v 1.93 2005/09/03 19:44:20 martin 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.92 2005/05/30 11:21:11 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uipc_syscalls.c,v 1.93 2005/09/03 19:44:20 martin 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